react-transition-group
react-transition-group copied to clipboard
An easy way to perform animations when a React component enters or leaves the DOM
> What is the current behavior? There is no animation happening > What is the expected behavior? The event callbacks to run normally Some attributes work but not others >...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
> What is the current behavior? No animation applied for unmounted fallback component > What is the expected behavior? When fallback component is unmounted (it happens automatically by React.Suspense) exit...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
**Do you want to request a *feature* or report a *bug*?** `CSSTransition` bug using react-transition-group 2.4.0. **What is the current behavior?** The enter transition fails to run, if: * using...
> What is the current behavior? When entering animation ```html ``` When leaving animation ```html ``` The order of css class names is reversed, resulting in invalid animation > What...
> What is the current behavior? I am trying to use react transition group with css transition, and not sure what is the point of creating and adding refs, as...