Package Exports
- tweenkey
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tweenkey) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tweenkey
Micro animation library for javascript.
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.