react-animate-on-scroll icon indicating copy to clipboard operation
react-animate-on-scroll copied to clipboard

when reload page, the component doesn't animated.

Open abdullah-sameh opened this issue 1 year ago • 3 comments

the component must be in the middle of page to be animated like in your demo page,The problem, that I can't make the header of page animated when reload page, i had to scroll to trigger.

abdullah-sameh avatar Jun 12 '23 13:06 abdullah-sameh

In my case, I added offset={1} to the scroll animation component to run animation on entering the page.

VaibhavRawat-325 avatar Aug 25 '23 13:08 VaibhavRawat-325

In my case, I added offset={1} to the scroll animation component to run animation on entering the page.

Does this only work if scrollableParentSelector defaults to the document? I tried setting scrollableParentSelector to the parent div that contains the animated scroll elements, but it didn't work as expected. I had to scroll until I passed the element first, then scroll back, and finally scroll past the element again until it worked.

firstpersoncode avatar Nov 23 '23 03:11 firstpersoncode

Any updates on this one? I seem to have the same problem as well

kolokytp avatar Aug 29 '24 16:08 kolokytp

same problem

amazingdudu avatar Sep 29 '24 01:09 amazingdudu