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 966 forks source link

Tween.get() takes extra pluginData param vs.Tween() #20

Closed snuuuz closed 7 years ago

snuuuz commented 11 years ago
Tween = function(target, props) {...
Tween.get = function(target, props, pluginData) {
    return new Tween(target, props, pluginData);
}

Is pluginData obsolete as it is not documented in the JSDoc comment? -Michael

gskinner commented 7 years ago

This has been resolved.