Skip to content

Commit

Permalink
Update tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jordan committed Oct 26, 2023
1 parent 46b2be7 commit 9270bca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ val entries = listOf(
content = {
val infiniteTransition = rememberInfiniteTransition()
val color by infiniteTransition.animateColor(
initialValue = Color.Red,
targetValue = Color(0xff800000),
initialValue = Color(0xffffcb37),
targetValue = Color(0xffa86807),
animationSpec = infiniteRepeatable(
animation = tween(1000, easing = LinearEasing),
animation = tween(2000, easing = LinearEasing),
repeatMode = RepeatMode.Reverse
)
)
Expand Down

0 comments on commit 9270bca

Please sign in to comment.