onanimationcancel property

EventHandlerNonNull<Event>? onanimationcancel

Implementation

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

Implementation

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