Update correct link common.md (#6125)

This commit is contained in:
Néstor Guillermo Hernández
2023-08-10 19:29:00 -03:00
committed by GitHub
parent ae06008d57
commit 22d98782b9

View File

@@ -333,7 +333,7 @@ An event handler type for the [CSS animation](https://developer.mozilla.org/en-U
* `e`: A [React event object](#react-event-object) with these extra [`AnimationEvent`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent) properties:
* [`animationName`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/animationName)
* [`elapsedTime`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/elapsedTime)
* [`pseudoElement`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent)
* [`pseudoElement`](https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/pseudoElement)
---