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've been trying to use scrollreveal in the context of Sveltekit. It's not working however. The ScrollReveal object looks good to me - elements with the associated classes are present, computed styling etc. seem correct - however the inline-styles are not being applied.
Any idea why that is? I've tried using it via CDN as well as installing the package with npm.
Thanks and cheers
The text was updated successfully, but these errors were encountered:
On a similar note scrollreveal messes with the opacity of Alpine's x-transitions. It must not be applied on elements that are under x-transitions control otherwise they will remain opacity:0 on alpine's reveal.
Hi,
I've been trying to use scrollreveal in the context of Sveltekit. It's not working however. The ScrollReveal object looks good to me - elements with the associated classes are present, computed styling etc. seem correct - however the inline-styles are not being applied.
Any idea why that is? I've tried using it via CDN as well as installing the package with npm.
Thanks and cheers
The text was updated successfully, but these errors were encountered: