onwebkitanimationend property

(dynamic Function(Event)?) onwebkitanimationend

@deprecated This is a legacy alias of onanimationend.

MDN Reference

Implementation

_i2.dynamic Function(_i3.Event)? get onwebkitanimationend =>
    (_i3.Event p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onwebkitanimationend',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void onwebkitanimationend=(dynamic value(Event)?)

Implementation

set onwebkitanimationend(_i2.dynamic Function(_i3.Event)? value) {
  _i4.setProperty(
    this,
    'onwebkitanimationend',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}