You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
As part of the framer-motion package for React, you are able to use the layout and layoutId attributes, which makes the element animate and react to its surroundings. I would like something similar to use with Vanilla JS with a CDN import.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Just to set expectations, because of the tree-like nature of layout animations there would be a big rewrite to support this. It's more likely we get say a Vue layout animation implmentation first. But I'm not against it in principle.
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
As part of the
framer-motion
package for React, you are able to use thelayout
andlayoutId
attributes, which makes the element animate and react to its surroundings. I would like something similar to use with Vanilla JS with a CDN import.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: