Provide target value animates to that from current value • Customise with AnimationSpec • Float, Color, Dp, Size, O ff set, Rect, Int, IntO ff set and IntSize
Transition manages 1+ animations runs simultaneously between states • Use animateValue for child animations • Use enum type to ensure type safety • Used in AnimatedVisibility, AnimatedContent, CrossFade
Animations start immediately & don’t stop • Set AnimationSpec with in fi niteRepeatable • Child animations: animateColor, animateFloat, …, animateValue
Animates value when changed via animateTo • Ongoing animation will be cancelled when new animation is started • Float, Color • Used in animateValueAsState