0.0.1 • Published 11 years ago
tweens v0.0.1
Tweens
setTween(subject, target, easing, duration, callback)
subjectObject The source object that will be altered.targetObject The target object that the source object will be interpolated to.easingFunction The easing function that will be called eachdurationNumber The duration if the transition, in milliseconds.[callback]Function The callback function that will be called when the transition has been completed.
clearTween(tweenId)
Stops a tween from triggering