Skip to content

2.0.1

Compare
Choose a tag to compare
@merri-ment merri-ment released this 12 Dec 04:55
· 3 commits to master since this release

**Deprecated **
Set method has been replaced by named methods.
myAnimation.set('progress', 0.5) is now myAnimation.progress(0.5)
README and set.html example in examples folder has been updated accordingly.

Added : Type checking on named setting methods - progress(), ease(), reverse(), repeat(), delay()