dependencies/flutter_animate/src/effects/then_effect library
Classes
- ThenEffect
- A special convenience "effect" that makes it easier to sequence effects after one another. It does this by establishing a new baseline time equal to the previous effect's end time and its own optional delay. All subsequent effect delays are relative to this new baseline.
Extensions
- ThenEffectExtensions on T
- Adds ThenEffect related extensions to AnimateManager.