Closed productdevbook closed 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.
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?
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.
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 therender/html/utils
directory.Export functionality improvements:
packages/framer-motion/src/dom.ts
: AddedbuildHTMLStyles
andbuildTransform
to the list of exports.