beginDirectHierarchyAnimation method

List<Animatable> beginDirectHierarchyAnimation(
  1. Node target,
  2. bool directDescendantsOnly,
  3. List<Animation> animations,
  4. num from,
  5. num to, [
  6. bool loop,
  7. num speedRatio,
  8. void onAnimationEnd(),
  9. void onAnimationLoop(),
  10. 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]);