DaveKeehl / svelte-reveal

Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
https://stackblitz.com/edit/svelte-reveal?file=src%2FApp.svelte
MIT License
131 stars 3 forks source link

[Bug]: Inline styles break Svelte Reveal #182

Closed agamurian closed 5 months ago

agamurian commented 1 year ago

Describe the bug

Relation on styles. inline styles break svelte-reveal

for example color: #ff000088 or color: #eee7 will just leave it transparent

174 transiton in invisbly setted for element making it wierd on resize for example.

Reproduction

System Info

ubuntu, firefox, sveltekit

Severity

Annoyance

Additional Information

my first bug report in life ever ))

DaveKeehl commented 1 year ago

Hi, thank you for reporting this bug. I'm aware of issues related to styling that need to be adressed. I currently don't have a lot of time to work on this project, but I'll see what I can do.

Do you have a reproduction environment?

DaveKeehl commented 5 months ago

Sorry for the long wait. It should be fixed now! Please open a new issue if you notice other weird behaviors 🙏🏻