Skip to content

Commit

Permalink
Merge pull request #88 from mike-n-jordan/entry-adriantache
Browse files Browse the repository at this point in the history
Update adriantache colours
  • Loading branch information
mike-n-jordan authored Oct 26, 2023
2 parents 86d1158 + 9270bca commit 957c34b
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 957c34b

Please sign in to comment.