SlideEffectExtensions<T> extension

on

Methods

slide({Duration? delay, Duration? duration, Curve? curve, Offset? begin, Offset? end}) → T
Adds a slide extension to AnimateManager (Animate and AnimateList).
slideX({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a slideX extension to AnimateManager (Animate and AnimateList). This slides only on the x-axis according to the double begin/end values.
slideY({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a slideY extension to AnimateManager (Animate and AnimateList). This slides only on the y-axis according to the double begin/end values.