Skip to content

Commit 583811f

Browse files
committed
refactor: remove motionValue from roadmap as it is no longer a priority
1 parent d40fa69 commit 583811f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ROADMAP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
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.
44

5-
motionValue - participate in svelte reactivity (.current).
5+
~~motionValue - participate in svelte reactivity (.current).~~
6+
67
use svelte ease for easing/custom easing?
8+
79
use svelte effect instead of RAF in batcher or compeletely replace frame with runed AnimationFrame.
810

911
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

Comments
 (0)