Awesome
jam3-lesson-tweening
This is a lesson that covers how to tween elements using GSAP
It covers the following topics:
- What is tweening engine?
- How to animate the DOM
- How to use eases and delays
Usage
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 for details.