This commit is contained in:
John Alanbrook 2023-06-06 04:14:16 +00:00
parent ec96c33a78
commit ef811a9174

View file

@ -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];