onwebkitanimationiteration property

(dynamic Function(Event)?) onwebkitanimationiteration

@deprecated This is a legacy alias of onanimationiteration.

MDN Reference

Implementation

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

Implementation

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