tween-objects
Tweens an object or an array of objects, operating on numbers and array types. tweenr uses this tween by default, since it is the most common case.
var Tween = var elements = opacity: 0 opacity: 0 position: 0 0 var tween = tween console // -> 0.5console // -> [2.5, 5]
Usage
tween = ObjectTween(element, opt)
Creates a new tween where element
is an object or an array of objects.
License
MIT, see LICENSE.md for details.