onwebkitanimationend property

EventHandlerNonNull<Event>? onwebkitanimationend

Implementation

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

Implementation

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