Jonathon Reese Perry
Jonathon Reese Perry
> I don't know, some examples > - **rp-motion** (gotta give yourself some credit) > - **declarative-motion** (still motion, but not to be confused with svelte/motion) > - **motion-kit** or...
> > > I don't know, some examples > > > > > > * **rp-motion** (gotta give yourself some credit) > > > * **declarative-motion** (still motion, but not...
Any progress on this?
> @JonathonRP This is a technical issue; unless you want to help or have technical opinions, please refrain from asking "when an issue is ready", we're trying to avoid such...
This has one advantage over style:--var and that style:--var only works on element. And my use case I actually want to pass variable values from a wrapping element that doesn't...
I like your suggestion and also there are two ways to do a lot of things in svelte right now, legacy (children) and not (class)
> Can you show me an example?  https://github.com/JonathonRP/motion-start/blob/feature%2Frewrite/src%2Flib%2Fmotion-start%2Fcomponents%2FAnimatePresence%2FPopChild%2FPopChild.svelte
That's true but that's a lot to know and svelte is also about the vibes... I like the ```svelte ... ```
Astro has achieved it in their astro components. 1 idea I think it could be enough is the variables are root variables with or without scope
So I just learned that css attr is becoming more powerful and useful, and realized that the attributes can be used to pass js variable values around better than syntax...