Skip to content

Commit 90eb6b3

Browse files
committed
Changed expand animation type.
1 parent 32238da commit 90eb6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/GrindTimerUI.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
local function InitializeAnimations()
1919
animationTimeline = ANIMATION_MANAGER:CreateTimeline()
20-
animationTimeline:SetPlaybackType(ANIMATION_PLAYBACK_PING_PONG)
20+
animationTimeline:SetPlaybackType(ANIMATION_PLAYBACK_ONE_SHOT)
2121

2222
sizeAnimation = animationTimeline:InsertAnimation(ANIMATION_SIZE, GrindTimerWindow)
2323
sizeAnimation:SetDuration(150)

0 commit comments

Comments
 (0)