beginHierarchyAnimation method

List<Animatable> beginHierarchyAnimation(
  1. dynamic target,
  2. bool directDescendantsOnly,
  3. num from,
  4. num to, [
  5. bool loop,
  6. num speedRatio,
  7. void onAnimationEnd(),
  8. Animatable animatable,
  9. bool stopCurrent,
  10. bool targetMask(
    1. dynamic target
    ),
  11. void onAnimationLoop(),
  12. 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]);