rnosov / react-reveal

Easily add reveal on scroll animations to your React app
https://www.react-reveal.com/
MIT License
2.73k stars 180 forks source link

Is there a way to recalculate the height of a Fade animation without doing the Fade effect? #117

Open jgarmar opened 3 years ago

jgarmar commented 3 years ago

I have a Fade animation wrapping a form, when showing errors I have put the spy prop that is launched when the errors of the form change, this causes it to do the Fade effect again, there I no longer need it, only when form appears, it would be possible to only animate the height of the Fade?

Thx!