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