-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
animationDelay not applying #10134
Comments
@dcramer Do you know if this worked in previous React versions? |
@aweary not sure if it ever worked and pardon my ignorance for not realizing that. It was working in the style sheet due to order if operations and I was just translating it over. |
@dcramer no worries! We've had some previous discussions about warning for overlapping styles like this. See #6348, which links to a lot of the discussions. For now, you can get around this by either including the delay in the |
👍 |
Using React v15.6.1 the
animationDelay
style does not appear to be applying.Here's the specific I was working with trying to debug the problem:
Upon inspection, the rendered HTML looks like:
The text was updated successfully, but these errors were encountered: