tweening
This commit is contained in:
parent
ec96c33a78
commit
ef811a9174
|
@ -30,7 +30,7 @@ var options = GUI.column({
|
|||
hovered: {},
|
||||
});
|
||||
|
||||
options.tt = Tween.start(options, 'hovered', colorshifter, colorshiftend, {time: 0.25, loop: "yoyo", ease: Ease.sine.inout});
|
||||
options.tt = Tween.start(options, 'hovered', colorshifter, colorshiftend, {time: 0.25, loop: "yoyo", ease: Ease.sine.out});
|
||||
|
||||
var idx = 0;
|
||||
var item = options.items[idx];
|
||||
|
|
Loading…
Reference in a new issue