react-animate-on-scroll
react-animate-on-scroll copied to clipboard
Not working in modals
The animations are not triggered in modals. Probably because of the scroll event working only on the parent. When I enter window.scrollTo( 0, 0 ) in the console it fires the animations.
Hi, What do you mean by modals? Could you create an example or show me the code/app that you're working on?
Do you mean that the modal is the element that scrolls? If so can you just set scrollableParentSelector to point to the modal?