object on which to apply the tween
StaticEasingStaticInterpolationdelay the tween
delay amount expressed in milliseconds
this instance for object chaining
set the easing function
easing function
this instance for object chaining
set the interpolation function
interpolation function
this instance for object chaining
onComplete callback
callback
this instance for object chaining
onStart callback
callback
this instance for object chaining
onUpdate callback
callback
this instance for object chaining
Repeat the tween
amount of times the tween should be repeated
this instance for object chaining
start the tween
Optionaltime: number = ...the current time when the tween was started
this instance for object chaining
object properties to be updated and duration
hash of properties
Optionaloptions: {object of tween properties, or a duration if a numeric value is passed
OptionalautoStart?: booleanallow this tween to start automatically. Otherwise call me.Tween.start().
Optionaldelay?: numberdelay amount expressed in milliseconds
Optionalduration?: numbertween duration
Optionaleasing?: EasingFunctioneasing function
Optionalinterpolation?: InterpolationFunctioninterpolation function
Optionalrepeat?: numberamount of times the tween should be repeated
Optionalyoyo?: booleanallows the tween to bounce back to their original value when finished. To be used together with repeat to create endless loops.
this instance for object chaining
Allows the tween to bounce back to their original value when finished. To be used together with repeat to create endless loops.
flag
this instance for object chaining
Javascript Tweening Engine
Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equation
https://github.com/sole/Tween.js
author sole / http://soledadpenades.com
author mr.doob / http://mrdoob.com
author Robert Eisele / http://www.xarg.org
author Philippe / http://philippe.elsass.me
author Robert Penner / http://www.robertpenner.com/easing_terms_of_use.html
author Paul Lewis / http://www.aerotwist.com/
author lechecacharro
author Josh Faul / http://jocafa.com/