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

Usability: tell that something is missing... #46

Closed jenschr closed 9 years ago

jenschr commented 10 years ago

How about adding a small message in the console if one of the dependencies are missing for doing simple Tweens? I added the minified TweenJS class and thought I was ready to go. Without dependencies, it did nothing. A tiny note in the console (or an error even) would be helpful.

lannymcnie commented 9 years ago

Ticker has been added to TweenJS by default (currently available in the NEXT build, and will be part of the next tagged version ( >5.1).

Thanks for the feedback!