1.0.0 • Published 8 years ago

jam3-lesson-tweening v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jam3-lesson-tweening

experimental

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

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.