loop_transition 1.0.0
loop_transition: ^1.0.0 copied to clipboard
Provides a way to create animated transitions on a child widget that repeat a certain number of times.
1.0.0 #
- Repeatable animations.
- Allows you to pause and resume the animation playback dynamically.
- Pre-built transitions like
fade,spin,slide,zoom, andshimmer. - Customizable Transitions using the
LoopTransitionBuilder - Independently control the animation's play direction, and supports mirroring effect.
- Control animation
duration,delay,curve, and other parameters to tailor the animation behavior.