Skip to content

Commit

Permalink
Change shimmer effect spec repeat time
Browse files Browse the repository at this point in the history
  • Loading branch information
zekierciyas committed Feb 18, 2024
1 parent 87b9b33 commit a479fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fun Modifier.shimmerEffect(): Modifier = composed {
initialValue = -2 * size.width.toFloat(),
targetValue = 2 * size.width.toFloat(),
animationSpec = infiniteRepeatable(
animation = tween(2000)
animation = tween(1500)
), label = ""
)

Expand Down

0 comments on commit a479fe4

Please sign in to comment.