-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on Animation Start event is not triggering #14453
Comments
@supys12 What animation are you interested in? |
@oliviertassinari I wanted to catch the animation which will be triggered from css for webkit-autofill. |
@supys12 Does it work with a native |
I didnt actullay try it directly but i had refer to below link. If it is not how this should work. |
@supys12 Do you have an example of reproduction? How can I reproduce the problem? |
Ok, I'm moving the discussion to #14427. |
Wanted to catch animation event for textbox's input element.
onAnimationStart function is not getting called in below code.
Context 🔦
I am trying to record autofill event using css animation and catching that event in react code.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: