solidjs-community / solid-motionone

A tiny, performant animation library for SolidJS
MIT License
105 stars 3 forks source link

Possibility to animate html text? #3

Open T3ch0o opened 8 months ago

T3ch0o commented 8 months ago

Is it possible to animate html text like in the example of motion one https://motion.dev/examples?

thetarnav commented 8 months ago

You can still use motion.animate for that. I don't think there is a way to do it with the <Motion> component API. It's focused at animating css properties. But maybe I'm wrong.