You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to integrate this lib to Astro 3.5 static page. Unfortunately it is triggered one time when I scroll down. After I reached the bottom of the page and try to go full up and go down another round, the elements are fixed.
Is it as expected?
P.S.: after browser resize, it is working again
The text was updated successfully, but these errors were encountered:
@volkandkaya Thank you.
I added a style to the div, and it solved the problem.
style={"animation-iteration-count: infinite"}
Unfortunately the tailwind class "repeat-infinite" was not worked.
I tried to integrate this lib to Astro 3.5 static page. Unfortunately it is triggered one time when I scroll down. After I reached the bottom of the page and try to go full up and go down another round, the elements are fixed.
Is it as expected?
P.S.: after browser resize, it is working again
The text was updated successfully, but these errors were encountered: