Animations in React Spectrum #1655
-
Hello! I'm trying to have animations for Spectrum |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think you're just looking for https://alligator.io/react/react-transition-group/ |
Beta Was this translation helpful? Give feedback.
I think you're just looking for https://alligator.io/react/react-transition-group/
The Spectrum components like
View
aren't really attached to anything in the CSS other than offering some easy access so some Spectrum CSS variables.Since they are CSS variables though, you can access them from anywhere in CSS as long as you're under the root where they are defined.
A final note on it, Spectrum isn't very big on animations as part of the design system. So you won't find many transitions defined in it.