You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a practical example; I'm working on a drag-and-drop library runic-reorder which utilises above strategy.
This way of working with snippets expands the ease of use for design choices when creating a library.
I bring this up, as I noticed on Svelte Playground that snippets are a lot like regular elements, and attaching $.animation(div_1, () => flip, null); within a snippet might be feasable🙏
Describe the problem
This is currently not allowed:
This would be useful if you for instance, make a snippet that renders a list of items;
As a practical example; I'm working on a drag-and-drop library runic-reorder which utilises above strategy.
This way of working with snippets expands the ease of use for design choices when creating a library.
I bring this up, as I noticed on Svelte Playground that snippets are a lot like regular elements, and attaching
$.animation(div_1, () => flip, null);
within a snippet might be feasable🙏Describe the proposed solution
or in compiled version words
Importance
would make my life easier
The text was updated successfully, but these errors were encountered: