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

**Do you want to request a *feature* or report a *bug*?** Bug, I think. **What is the current behavior?** Whenever I update my component with a dynamic `className`, all the...

bug

# What is the current behavior? When clicking the button ![image](https://user-images.githubusercontent.com/13043196/162847547-21b1ad96-1c1e-4150-bc90-efd8bf7e68d6.png) - Phase 1: current element's opacity = 1 - Phase 2: current element's opacity becomes 0 (with animation/transition) -...

bug

When running in React 18 concurrent mode some state updates are batched, which results in inconsistent timing of events compared to the legacy mode. For example when using animations, after...

> What is the current behavior? As soon as I insert a into a component, once it is activated, an infinite loop is created between classes named enter and exit....

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

We would like to take this library to the next level, so it fits more nicely into modern React code. For usage in function components, react-transition-group's component API is clearly...

I have Updated to latest version(4.4.5) and i am getting this warning in the console. Here is the part of code where i am using TransitionGroup:

This is a wrapper component I built to add and remove classes at different transition states (for Tailwind) inside a TransitionGroup. > What is the current behavior? I'm able to...

like discussed in #519 I passed down the `status` as a parameter to `addEndListener`, so when using SwitchTransition with javascript animations for dynamic components (which don't have a `show` variable)...

> What is the current behavior? Previous and Next buttons are triggering CSSTransition to fire, however on first or last transition if either of the buttons are disabled CSSTransition doesnt...