svelte-transitions
svelte-transitions copied to clipboard
Officially supported transition plugins for Svelte
I was trying to get the fly transition to work with rem units, but it looks like px is hardcoded. It would be nice if we could pass in a...
I think in most cases this belongs as a dev dependency, the same as svelte in the template https://github.com/sveltejs/template/blob/master/package.json#L12
Hey, I have an if/else block, and was hoping to smoothly fly one component out and the other in when the switch is toggled. However, the behaviour I observe at...
https://github.com/ekhaled/svelte-transitions-scale Would you be open to including this as an official transition under the `svelte-transitions` banner? I am willing to transfer the repository under the `sveltejs` user if you want....
https://svelte.technology/repl?version=1.22.5&gist=cf3b605f52d9dfdcc49a0e8b6ab905f0 Neither the if nor the else block will transition when they become visible, although the else block has a transition: {{#if !visible}} hello! {{else}} bye! {{/if}} If I put...
**Is there a way to test svelte-transitions?** I have used `svelte-transitions` in one of the `svelte` components `TestComponent`. And I am using karma jasmine for testing the component. ``` ......
Started working on one [here](https://svelte.technology/repl?version=1.20.2&gist=a19fbc16f872071e014d19d79c12e273), but it looks a bit crap because it turns out that an `M` command inside an SVG path element resets the dash, meaning you can't...