onAnimationIteration method

T onAnimationIteration(
  1. EventCallback handler
)

Implementation

T onAnimationIteration(EventCallback handler) {
  _attrs['onAnimationIteration'] = EventAttribute.fromContext(handler);
  return self;
}