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
The "Spring" chapter appears twice under https://svelte.dev/docs/svelte/svelte-motion; it is impossible to hotlink the second chapter. It also breaks active chapter highlight in the aside nav.
This issue can be resolved upstream by introducing more consistent type interface naming. If the result of a Tween wrapper is a Tweened value, then the result of a Spring wrapper could be a Sprung value.
The text was updated successfully, but these errors were encountered:
The "Spring" chapter appears twice under https://svelte.dev/docs/svelte/svelte-motion; it is impossible to hotlink the second chapter. It also breaks active chapter highlight in the aside nav.
This issue can be resolved upstream by introducing more consistent type interface naming. If the result of a
Tween
wrapper is aTweened
value, then the result of aSpring
wrapper could be aSprung
value.The text was updated successfully, but these errors were encountered: