Animate Color
Here’s a simple example demonstrating how to animate colors in Animare:
- Ensure that you animate from
0
to1
, as this range will be used to represent progress. - Use
AnimationInfo.value
instead ofAnimationInfo.progress
becauseAnimationInfo.value
accounts for the animationdirection
, whereasAnimationInfo.progress
does not.
Animate Color