Closed polco closed 8 years ago
I'm kidding, but that's a good opportunity to contribute
Yo,
I just tested the method and it seems to work fine. May be you forgot to pass in the parameter? It should look like this:
var myObject = { x: 0 };
var exponent = 2;
var myTween = new TINA.Tween(myObject, ['x'])
.to({ x: 1 }, duration, 'expInOut', exponent)
.start();
oh ok, my bad!
I guess i could set default value, to make sure all the easing methods work right out of the box.
deal with it