motiondivision / motion

A modern animation library for React and JavaScript
https://motion.dev
MIT License
25.66k stars 842 forks source link

fix: export render html utils #2876

Closed productdevbook closed 1 week ago

productdevbook commented 1 week ago

close #2875

This pull request includes updates to the packages/framer-motion/src/dom.ts file to improve the export functionality. The most important changes include the addition of new exports from the render/html/utils directory.

Export functionality improvements:

mattgperry commented 1 week ago

Hey @productdevbook, I'm closing this as this isn't functionality I want to make public. I have plans here around redesigning this whole part of the pipeline so it should be expected to break at any time.

productdevbook commented 1 week ago

Could you make this available temporarily until the redesign is complete, so we can use it in the meantime? Once the redesign is ready, could you introduce it to the community in its updated form? Am I mistaken in thinking this functionality is essential for us right now?

issua

mattgperry commented 1 week ago

Its redesigned form will be fundamentally different. I'm not sure if it's essential for you or not, it depends on what you're doing. Personally I don't see it necessary to upgrade from motion@10, it works well for your usecase.