# jam3-lesson-tweening **Repository Path**: mirrors_Jam3/jam3-lesson-tweening ## Basic Information - **Project Name**: jam3-lesson-tweening - **Description**: This is a browser based lesson which teaches about Tweening engines - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jam3-lesson-tweening [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) This is a lesson that covers how to tween elements using GSAP It covers the following topics: 1. What is tweening engine? 2. How to animate the DOM 3. How to use eases and delays ## Usage [![NPM](https://nodei.co/npm/jam3-lesson-tweening.png)](https://www.npmjs.com/package/jam3-lesson-tweening) Install `jam3-lesson-tweening` ``` $ npm i jam3-lesson-tweening -g ``` Then create a folder and run `jam3-lesson-tweening` so: ``` $ mkdir ~/lesson-tweening $ cd ~/lesson-tweening $ jam3-lesson-tweening ``` After this open your browser and you'll be able to start reading the lessons. Each part of the lesson has a practice section. These can be found at `practice/index.js` in each part of the lesson. ## License MIT, see [LICENSE.md](http://github.com/Jam3/jam3-lesson-tweening/blob/master/LICENSE.md) for details.