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
Once penumbra-zone/web#1665 is merged, a few Penumbra UI components will support the motion prop, which passes framer-motion properties to the root motion component, allowing complex animations and transitions.
However, this is supported in a few components thus far, such as Table, Card, etc. Eventually, most if not all Penumbra UI components should include that prop, and have a top-level motion.* component that they spread the motion prop onto (example, docs).
This ticket is to add that support to as many Penumbra UI components as possible.
The text was updated successfully, but these errors were encountered:
Once penumbra-zone/web#1665 is merged, a few Penumbra UI components will support the
motion
prop, which passes framer-motion properties to the root motion component, allowing complex animations and transitions.However, this is supported in a few components thus far, such as
Table
,Card
, etc. Eventually, most if not all Penumbra UI components should include that prop, and have a top-levelmotion.*
component that they spread themotion
prop onto (example, docs).This ticket is to add that support to as many Penumbra UI components as possible.
The text was updated successfully, but these errors were encountered: