0.0.1 • Published 9 years ago

tweens v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Tweens

setTween(subject, target, easing, duration, callback)

  • subject Object The source object that will be altered.
  • target Object The target object that the source object will be interpolated to.
  • easing Function The easing function that will be called each
  • duration Number 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

0.0.1

9 years ago

0.0.0

9 years ago