beginDirectHierarchyAnimation method
List<Animatable>
beginDirectHierarchyAnimation(
- Node target,
- bool directDescendantsOnly,
- List<Animation> animations,
- num from,
- num to, [
- bool loop,
- num speedRatio,
- void onAnimationEnd(),
- void onAnimationLoop(),
- bool isAdditive,
])
Implementation
external List<Animatable> beginDirectHierarchyAnimation(Node target, bool directDescendantsOnly, List<Animation> animations, num from, num to, [bool loop, num speedRatio, void Function() onAnimationEnd, void Function() onAnimationLoop, bool isAdditive]);