Skip to content

Commit 1bbfd18

Browse files
committed
feat: animation time
1 parent db6e253 commit 1bbfd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/SuggestionCard.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fun SuggestionCard(
7474
initialValue = 0.24f,
7575
targetValue = 1f,
7676
animationSpec = infiniteRepeatable(
77-
animation = tween(1000),
77+
animation = tween(1100),
7878
repeatMode = RepeatMode.Reverse
7979
),
8080
label = "glow_alpha"

0 commit comments

Comments
 (0)