beginAnimation method
Animatable
beginAnimation(
- dynamic target,
- num from,
- num to, [
- bool loop,
- num speedRatio,
- void onAnimationEnd(),
- Animatable animatable,
- bool stopCurrent,
- bool targetMask(
- dynamic target
),
- void onAnimationLoop(),
- bool isAdditive,
])
Implementation
external Animatable beginAnimation(dynamic target, num from, num to, [bool loop, num speedRatio, void Function() onAnimationEnd, Animatable animatable, bool stopCurrent, bool Function(dynamic target) targetMask, void Function() onAnimationLoop, bool isAdditive]);