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