onwebkitanimationiteration property

EventHandlerNonNull<Event>? onwebkitanimationiteration

Implementation

EventHandlerNonNull? get onwebkitanimationiteration =>
    js_util.getProperty(this, 'onwebkitanimationiteration');
void onwebkitanimationiteration=(EventHandlerNonNull<Event>? newValue)

Implementation

set onwebkitanimationiteration(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onwebkitanimationiteration', newValue);
}