beginHierarchyAnimation method
List<Animatable>
beginHierarchyAnimation(
- dynamic target,
- bool directDescendantsOnly,
- num from,
- num to, [
- bool loop,
- num speedRatio,
- void onAnimationEnd(),
- Animatable animatable,
- bool stopCurrent,
- bool targetMask(
- dynamic target
),
- void onAnimationLoop(),
- bool isAdditive,
])
Implementation
external List<Animatable> beginHierarchyAnimation(dynamic target, bool directDescendantsOnly, 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]);