beginDirectAnimation method

Animatable beginDirectAnimation(
  1. dynamic target,
  2. List<Animation> animations,
  3. num from,
  4. num to, [
  5. bool loop,
  6. num speedRatio,
  7. void onAnimationEnd(),
  8. void onAnimationLoop(),
  9. bool isAdditive,
])

Implementation

external Animatable beginDirectAnimation(dynamic target, List<Animation> animations, num from, num to, [bool loop, num speedRatio, void Function() onAnimationEnd, void Function() onAnimationLoop, bool isAdditive]);