CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 967 forks source link

Add time scale property #81

Closed chriswaldron15 closed 7 years ago

chriswaldron15 commented 8 years ago

Would it be possible to add a static timeScale property to the Tween class? In essence this would scale the delta property passed to tweens by a given scalar to speed up or slow down all tweens in the scene (e.g. to give a slow motion effect).

gskinner commented 7 years ago

This was added for both Tween and Timeline in the recent overhaul. Could definitely use some testing if you have time.