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

What is the relationship between TweenJS and EaselJS? #69

Closed slmjkdbtl closed 9 years ago

lannymcnie commented 9 years ago

TweenJS and EaselJS are both part of the CreateJS suite. They can each be used separately, with no dependencies, but they can also be used together. For example, the EaselJS MovieClip uses TweenJS for animation, and both use the same Ticker class, inheritance and event models, as well as a number of utilities. They are built to work together nicely.

slmjkdbtl commented 9 years ago

Thanks for explaining!