onwebkitanimationstart property

EventHandlerNonNull<Event>? onwebkitanimationstart

Implementation

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

Implementation

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