loop_transition 1.3.0
loop_transition: ^1.3.0 copied to clipboard
Provides a way to create animated transitions on a child widget that repeat a certain number of times.
1.3.0 #
- Removed LoopAnimationStatus, exposed LoopTransitionState and adjust its properties.
1.2.0 #
- Added child wrapper builder.
1.1.1 #
onCycle
callback supplies the cycle value.
1.1.0 #
- Added lifecycle callbacks and improved behavior.
- Separated constructor for mirroring transition.
- Added optional delay and duration for backward transition.
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.