FlipEffectExtensions<T> extension
- on
Methods
-
flip(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective, Axis? direction}) → T -
Available on AnimateManager<
Adds a flip extension to AnimateManager (Animate and AnimateList).T> , provided by the FlipEffectExtensions extension -
flipH(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective}) → T -
Available on AnimateManager<
Adds a flipH extension to AnimateManager (Animate and AnimateList). This is identical to the flip extension, except it always usesT> , provided by the FlipEffectExtensions extensiondirection = Axis.horizontal
. -
flipV(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective}) → T -
Available on AnimateManager<
Adds a flipV extension to AnimateManager (Animate and AnimateList). This is identical to the flip extension, except it always usesT> , provided by the FlipEffectExtensions extensiondirection = Axis.vertical
.