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.
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