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 between begin and end, composited with the target using blendMode (via ColorFiltered). A color value of null will be interpreted as a fully transparent version of the other color.