You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the demo, the boxes start with opacity 0. How did you handle it? I'm having a problem with out-in transition since the incoming component starts with opacity 1.
It seems that the initial state is a common issue with React animations: facebook/react#719
Uh oh!
There was an error while loading. Please reload this page.
In the demo, the boxes start with opacity 0. How did you handle it? I'm having a problem with
out-in
transition since the incoming component starts with opacity 1.It seems that the initial state is a common issue with React animations: facebook/react#719
I've set up the animation like this:
And this works but seems like a hack to me. :)
But I guess this is the only way when setting the animation via a HOC.
The text was updated successfully, but these errors were encountered: