Alexander Prinzhorn
Alexander Prinzhorn
It's smooth when I grab the scrollbar, so it might have to do with their smooth scrolling implementation in combination with my wheel
```js //Before window.scroll({ top: 2180, behavior: 'smooth' }); //After skrollr.get().animateTo(2180); ``` https://github.com/Prinzhorn/skrollr#animatetotop-options
First search result https://github.com/microsoft/monaco-editor/issues/338
Sounds great. I don't have time to look at it now, but I will. Can you create pull requests for those? This way I can comment on the code (each...
> this really sounds great. area there any news? No. And this diff doesn't help at all https://github.com/JulianJorgensen/skrollr-stylesheets/commit/68a5b9910ffda1b6e0cb6ab1e1e5cec465452691
~This already works. If not, please provide a [REPL](https://svelte.dev/repl/hello-world). Using the comma operator turns `(variable1, variable2, variable3)` into a single expression and the block should update when the expression (any...
Also https://github.com/sveltejs/svelte/issues/7793
Can you post an actual example where this would be needed? As this is much simpler written as: ```svelte ``` Even if there is such an example, I don't think...
This is very unlikely a Svelte issue, how could it? The markup is there, you can see it in dev tools. This screams Chromium bug (the "lag" appears to be...
> but when I take a vanilla HTML file with a SVG embedded, then it works fine in chromium This is something entirely different. Svelte uses DOM methods to create...