Accordion
Pose supports animating between any unit type for width and height, including 'auto'.
This makes it trivial to create accordion animations.
const Content = posed.div({
closed: { height: 0 },
open: { height: 'auto' }
});Pose supports animating between any unit type for width and height, including 'auto'.
This makes it trivial to create accordion animations.
const Content = posed.div({
closed: { height: 0 },
open: { height: 'auto' }
});