Class: Tween

SINT.Tween

SINT.Tween extends the TweenLite.

and import EasePack , docs: https://greensock.com/docs/Easing

TweenLite + EasePack = 34k

new SINT.Tween ()

See:
Example
SINT.Tween.to(_obj, 0.6, {
	alpha: 0.3,
	ease: Strong.easeOut,
	delay: 1.0,
	onComplete: function() {
		conseole.log("complete");
	}
})

Extends

  • TweenLite