Conversation
Updated code to use the $props() rune.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
yeep same as svelte-motion doesn't support svelte 5 so i am not able to convert this project to svelte 5 ...well i can convert rest of the components to svelte 5 easily just waiting for something like motion.dev or motion-start for svelte |
|
Understood. Let me know if I can help you out at all, I discovered your library a couple days and I've fallen in love with it. So I'd love to help out any way I can. |
|
honeslty i need some lib to work with motion.dev for svelte 5 for animations like should include animate-presence, animate shared layout for layout based animation so i can covert this lib easily just waiting for libs to come up with svelte 5 |
|
Svelte Motion : https://svelte-motion.gradientdescent.de This dosen't work with svelte 5 so i am bit afraid to covert i have tried 2,3 times it failed, let's hope, now working on creating view transition based components using svelte 5, not that smooth and springy..but it works : https://framer-ground-svelte.vercel.app |
I updated the code for Gradual Spacing to use the
$props()rune instead of usingexport letto accept component props. It should noted that this change would break backwards compatibility with Svelte version 4.