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
Copy file name to clipboardExpand all lines: ROADMAP.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,10 @@
2
2
3
3
motion-start is a Svelte 5 animation library ported from framer-motion. This roadmap captures the major feature work ahead, ordered roughly by priority and dependency.
4
4
5
-
motionValue - participate in svelte reactivity (.current).
5
+
~~motionValue - participate in svelte reactivity (.current).~~
6
+
6
7
use svelte ease for easing/custom easing?
8
+
7
9
use svelte effect instead of RAF in batcher or compeletely replace frame with runed AnimationFrame.
8
10
9
11
is there a way to allow raw component work with $effects without using svelte template? because svelte allows getting and setting context in raw function components in newer versions.
0 commit comments