onwebkitanimationstart property
EventHandlerNonNull<Event> ?
get
onwebkitanimationstart
Implementation
EventHandlerNonNull? get onwebkitanimationstart =>
js_util.getProperty(this, 'onwebkitanimationstart');
set
onwebkitanimationstart
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onwebkitanimationstart(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onwebkitanimationstart', newValue);
}