We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc9917 commit 54c1df1Copy full SHA for 54c1df1
src/content/reference/react-dom/components/common.md
@@ -326,8 +326,8 @@ An event handler type for the [CSS animation](https://developer.mozilla.org/en-U
326
```js
327
<div
328
onAnimationStart={e => console.log('onAnimationStart')}
329
- onAnimationIteration={e => console.log('onAnimationStart')}
330
- onAnimationEnd={e => console.log('onAnimationStart')}
+ onAnimationIteration={e => console.log('onAnimationIteration')}
+ onAnimationEnd={e => console.log('onAnimationEnd')}
331
/>
332
```
333
0 commit comments