MoveEffectExtensions<T> extension
- on
Methods
-
move(
{Duration? delay, Duration? duration, Curve? curve, Offset? begin, Offset? end, bool? transformHitTests}) → T -
Available on AnimateManager<
Adds a move extension to AnimateManager (Animate and AnimateList).T> , provided by the MoveEffectExtensions extension -
moveX(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, bool? transformHitTests}) → T -
Available on AnimateManager<
Adds a moveX extension to AnimateManager (Animate and AnimateList). This moves only on the x-axis according to theT> , provided by the MoveEffectExtensions extensiondouble
begin/end values. -
moveY(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, bool? transformHitTests}) → T -
Available on AnimateManager<
Adds a moveY extension to AnimateManager (Animate and AnimateList). This moves only on the y-axis according to theT> , provided by the MoveEffectExtensions extensiondouble
begin/end values.