onanimationend property

EventHandlerNonNull<Event>? onanimationend

Implementation

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

Implementation

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