-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Provide a general summary of the issue here
Perhaps we should use a default property list if transition-property is all.
react-spectrum/packages/react-aria-components/src/SharedElementTransition.tsx
Lines 153 to 158 in 9da8c73
| let transitionProperty = style.transitionProperty.split(/\s*,\s*/); | |
| scope[name] = { | |
| rect: element.getBoundingClientRect(), | |
| style: transitionProperty.map(p => [p, style[p]]) | |
| }; | |
| } |
🤔 Expected Behavior?
has animation
😯 Current Behavior
no animation
💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
.
Version
1.13.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
macOS
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
Metadata
Metadata
Assignees
Labels
No labels