Deprecate and remove the prefixed version of the 'animationIteration' event handler, 'webkitAnimationIteration'. The 'webkitAnimationIteration' event handler can be accessed via two methods currently: * target.addEventListener('webkitAnimationIteration', ...); * window.onwebkitanimationiteration = ...; Either way sets a function that will be called at the end of each iteration of a CSS Animation with an iteration count greater than 1.
Motivation
'webkitAnimationIteration' is fully replaced by the unprefixed 'animationiteration'.
Specification
Status in Chromium
Proposed (tracking bug)
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- No signal
- No signal
- No signal
- No signals
Owner
Last updated on 2021-04-12