ColorEffectExtension<T extends AnimateManager<T> > extension
Adds ColorEffect related extensions to AnimateManager.
- on
-
- T
Methods
-
color(
{Duration? delay, Duration? duration, Curve? curve, Color? begin, Color? end, BlendMode? blendMode}) → T -
Available on T, provided by the ColorEffectExtension extension
Adds a ColorEffect that animates a Color betweenbeginandend, composited with the target usingblendMode(via ColorFiltered). A color value ofnullwill be interpreted as a fully transparent version of the other color.