motiondivision / motionone

https://motion.dev
MIT License
2.86k stars 52 forks source link

Please add docs search #158

Closed kouliavtsev closed 9 months ago

kouliavtsev commented 1 year ago

Is your feature request related to a problem? Please describe. I am checking someone else's code and trying to understand what this function does:

import { wrap } from "@motionone/utils";
const x = useTransform(baseX, (v) => `${wrap(-20, -45, v)}%`);

It seems that utils are not documented, yet I still have to click through the docs to ensure I missed something.

Describe the solution you'd like A search function like Agnolia would same a lot of time.

mattgperry commented 9 months ago

I'm currently porting the docs to Framer, once complete this will have search functionality.