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
{{ message }}
This repository was archived by the owner on Aug 11, 2019. It is now read-only.
Started working on one here, 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 get a draw effect over a discontinuous path. Best way to handle that would be with staggered transitions: sveltejs/svelte#545
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Started working on one here, 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 get a draw effect over a discontinuous path. Best way to handle that would be with staggered transitions: sveltejs/svelte#545The text was updated successfully, but these errors were encountered: