Skip to content

Commit

Permalink
fix: skeleton 수정 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 1, 2024
1 parent a33da10 commit 1fbbbb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fun Modifier.skeletonEffect(): Modifier = composed {
initialValue = -2 * size.width.toFloat(),
targetValue = 2 * size.width.toFloat(),
animationSpec = infiniteRepeatable(
animation = tween(1500)
animation = tween(1000)
), label = "skeleton"
)

Expand Down

0 comments on commit 1fbbbb3

Please sign in to comment.