react-transition-group icon indicating copy to clipboard operation
react-transition-group copied to clipboard

An easy way to perform animations when a React component enters or leaves the DOM

Results 100 react-transition-group issues
Sort by recently updated
recently updated
newest added

> What is the current behavior? Console warnings: `Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will...

> What is the current behavior? I have a `TransitionGroup` managing state for a `CSSTransition`. The child for the `CSSTransition` is a single slide, which re-renders upon dispatches to update...

This is not really a bug, but not a feature request either... I have a dynamic component. When it rerenders with new data, I want to animate the old one...

It would be a really good improvement if the library had more support for accessibility. One very important aspect when using animations is that not everyone wants to see them...

I’d like to transition a group of elements with `mode="out-in"`, but there will often be no element to display. What is the correct way to accommodate for the possibility of...

> What is the current behavior? With side panel transition that is by default closed, on hard refresh of the page it looks to his forceReflow some of the time,...

> What would you like improved? The `defaultProps` is deprecated and its usage should be replaced with default parameters. Resources: - https://twitter.com/dan_abramov/status/1133878326358171650 - https://github.com/jsx-eslint/eslint-plugin-react/issues/2396 - https://github.com/mui/mui-x/issues/11531

> What is the current behavior? When mixing up the order of the `-enter` and `-enter-active` classes, transitions stop working properly. ```css /* Works */ .fade-enter .btn {} .fade-enter-active .btn...

> What is the current behavior? After cloning repo and running `npm install`, `npm run storybook` errors out. > What is the expected behavior? Storybook should finish loading and allow...