Jonathon Reese Perry

Results 60 comments of 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...

> @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? ![Screenshot_20250602-235743.png](https://github.com/user-attachments/assets/9692d971-aa7c-4185-97e3-9f36895a3966) 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...