BlurEffectExtensions<T extends AnimateManager<T>> extension

Adds BlurEffect related extensions to AnimateManager.

on
  • T

Methods

blur({Duration? delay, Duration? duration, Curve? curve, Offset? begin, Offset? end}) → T
Adds a BlurEffect that animates a blur on the target between the specified begin and end blur radiuses (via ImageFiltered).
blurX({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a BlurEffect that animates a horizontal blur on the target between the specified begin and end blur radiuses (via ImageFiltered).
blurXY({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a BlurEffect that animates a uniform blur on the target between the specified begin and end blur radiuses (via ImageFiltered).
blurY({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a BlurEffect that animates a vertical blur on the target between the specified begin and end blur radiuses (via ImageFiltered).