ThenEffectExtensions<T extends AnimateManager<T>> extension

Adds ThenEffect related extensions to AnimateManager.

on
  • T

Methods

then({Duration? delay, Duration? duration, Curve? curve}) → T
Adds a ThenEffect 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.