onAnimationIteration method

ElementBuilder onAnimationIteration(
  1. EventCallback handler
)

Implementation

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