react-awesome-reveal
react-awesome-reveal copied to clipboard
Buggy fraction prop
When the fraction
prop is present in any component and an animation begins outside of the viewport, the animation gets stuck. To reproduce, try a <Roll>
or <Slide>
, positioning the component on the very left of the viewport. Inspecting the HTML reveals a forever-twitching class.
I'm on version 3.4.0
Having the same issue @morellodev
Try adding "triggerOnce"
Adding trigger once solves the issue but still, it should work regardless of adding it