solid-motionone icon indicating copy to clipboard operation
solid-motionone copied to clipboard

A tiny, performant animation library for SolidJS

Results 9 solid-motionone issues
Sort by recently updated
recently updated
newest added

How do I use spring animations, with motion one you used to simply state "spring" as the value for the easing, I looked into the package and you cannot state...

🐛 Bug Report: solid-motionone and solid-styled-components I've encountered a couple of issues when using solid-motionone alongside solid-styled-components. Here are the problems and a demo to demonstrate them: The class-based 'animate'...

integrate partytown with solid-motionone ? by offloading the spring animation from the main thread this should speed up page load times

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

There was only one test failure, but after a simple modification, all tests passed.

Will consider adding useScroll, useTransform (etc.) APIs similar to framer-motion?

This PR just adds `useScroll` as a utility function to get reactive updates from motionone's [scroll](https://motion.dev/docs/scroll) listener. I tested it in browser and reactivity is working. I haven't really contributed...

Hello! I was trying to use this library in my SolidJS library project and I have found a problem. I tried to create a `` element like this: ```jsx const...