0.1.11 • Published 7 years ago

tweenkey v0.1.11

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Tweenkey

Micro animation library for javascript.

Build Status MIT License

Todo Core-Release in less than ~3Kb (Gzipped):

  • Support basic from, to, fromTo and set accessories for tweening.
  • Support pause, resume and kill for each tween and for all active tweens as well.
  • Delay parameter without using setTimeout (keeps running on background).
  • Pause tween engine when browser tab becomes inactive.
  • Handle array of objects as the target param.
  • Setup test environment.
  • Step manually in time with update method.
  • Handle multiple active tweens into the same object overriding active properties.
  • Support for killing specific attributes only.
  • Add support to control FPS.
  • Add timescale property for tween.
  • Add support to handle restarts on tweens.
  • Add support to seek a specific position of current tween (progress and time accessors).
  • Add reverse and yoyo functionality.
  • Add repeat count, repeatDelay and onRepeat callback parameters.
  • Add ticker support with kill, pause, resume and fps controls per instance.
  • Add support for immediate render param on set, from and fromTo tweens.
  • Add plugin support.
  • Test & optimize main loop.
  • Make demo webpage.
  • Write test code.
0.1.11

7 years ago

0.1.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago