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