scroll-scene-element icon indicating copy to clipboard operation
scroll-scene-element copied to clipboard

📜 A tiny custom element for all your scrollytelling needs!

Results 2 scroll-scene-element issues
Sort by recently updated
recently updated
newest added

Good morning and thank you very much for this plugin. I was wondering if its possible to detect isScrollingDown boolean from inside the 'scroll-scene-progress' eventListener. ` scenesContainer.addEventListener('scroll-scene-progress', ({ detail })...

I thought I did everything correctly with the custom element property setters but [Svelte quickly informed me that I had in fact not](https://svelte.dev/repl/f1a6dc3f23754c0bafcc496a7a2da0dc?version=3.46.4). I think the issue here is that...

enhancement