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