SaturateEffectExtensions<T extends AnimateManager<T> > extension
Adds SaturateEffect related extensions to AnimateManager.
- on
-
- T
Methods
-
desaturate(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T -
Available on T, provided by the SaturateEffectExtensions extension
Adds a SaturateEffect that animates the color saturation of the target. Defaults to a begin value of1
(normal saturation) and an end value of0
(fully desaturated / grayscale). -
saturate(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T -
Available on T, provided by the SaturateEffectExtensions extension
Adds a SaturateEffect that animates the color saturation of the target. Defaults to a begin value of0
(fully desaturated / grayscale) and an end value of1
(normal saturation).