ritmillio / next-reveal

The easiest way to animate your Next.js project. Scrollreveal.js helper package.
https://next-reveal-site-ritmillio.vercel.app/
57 stars 4 forks source link

scroll getting stuck when moving scrollwheel down for first time #4

Closed SurajMeena closed 1 year ago

SurajMeena commented 1 year ago
image

The above image highlights the issue pretty well and I have observed this to be the case only when I am using origin="bottom" My code looks something like this

image

Please let me know if I am using the wrapper in a wrong way

ritmillio commented 1 year ago

Hey, @SurajMeena . Sorry for the later response.. Your example looks okay to me. I tried to reproduce the bug on my end but I wasn't able to.. I even tested it in multiple browsers(Brave, Arc, Safari). My suggestion would be to try to wrap a simple div and add elements one-by-one therefor you might be able to figure out if there's any css/Element issue is behind. Let me know if you figured out what caused the issue on your end.

ritmillio commented 1 year ago

Since I haven't received any more issues connected to this I will close this issue for now..