slowed down card hover

main
Artur David 2026-06-02 09:26:46 +02:00
parent e07519ba05
commit 216fdc88ab
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func animate_in():
if not is_instance_valid(self):
return
_hover_tween = create_tween().set_loops()
_hover_tween.tween_method(func(t: float): position.y = rest_y + sin(t * TAU) * 5.0, 0.0, 1.0, 2.0)
_hover_tween.tween_method(func(t: float): position.y = rest_y + sin(t * TAU) * 5.0, 0.0, 1.0, 4.0)
func animate_out():