-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Svelte 3 support!? #14
Comments
Svelte support is planned for after we complete React support. It will take some more work because Svelte has a different native CSS animation system than React/Vue has so we'll have to build the functionality from scratch to work the same as the Vue and React packages. Don't worry, we like Svelte a lot too! |
How can I import this to Svelte 4? :D |
Any updates yet for svelte? @mattaningram ? |
please... already svelte 5(appeared( |
You should be able to use AnimXYZ with Svelte if you combine the animxyz css and classes with this package: https://github.com/rmarscher/svelte-transition-classes By applying .xyz-in on the in transition and .xyz-out on the out transition it should work. |
Another option could be this: |
How disappointing to see the lack of support on one of the most loved web frameworks out there.
Nonetheless it's a fantastic effort and might change the css realm just like tailwindcss did.
The text was updated successfully, but these errors were encountered: