Scale Jiggy shine back to zero on launcher animation on animation end.

This commit is contained in:
Dario
2026-01-27 22:28:14 -03:00
parent 045b738297
commit 5ef2c7e338
+3 -1
View File
@@ -249,7 +249,9 @@ void banjo::launcher_animation_setup(recompui::LauncherMenu *menu) {
launcher_context.jiggy_shine_svg.scale_keyframes = {
{ 0.0f, 0.0f, 0.0f },
{ jiggy_shine_start, 0.0f, 0.0f },
{ jiggy_shine_start + 0.01f, 1.0f, 1.0f },
{ jiggy_shine_start, 1.0f, 1.0f },
{ jiggy_shine_start + jiggy_shine_length, 1.0f, 1.0f },
{ jiggy_shine_start + jiggy_shine_length, 0.0f, 0.0f },
};
launcher_context.jiggy_shine_svg.position_animation.interpolation_method = InterpolationMethod::Smootherstep;