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?** I have a component that I render if the page is taking a while to load, and use `unmountOnExit` as it shouldn't otherwise be in...

```js const generateRoutes = () => routes.map(route => ( )) return ( {generateRoutes()} ) ``` ```css .page-enter { opacity: 0; transform: scale(1.1); } .page-enter-active { opacity: 1; transform: scale(1); transition:...

https://github.com/reactjs/react-transition-group/blob/5007303e729a74be66a21c3e2205e4916821524b/src/CSSTransition.js#L208-L215 CSS Transition-API source-code: ``` reflowAndAddClass(node, className) { // This is for to force a repaint, // which is necessary in order to transition styles when adding a class name....

Using RTG Transition (not CSS) > What is the current behavior? I have both mountOnEnter and unmountOnExit set to true. (Commented out in my gist below). With them set, I...

Forked this sand box from the documentation. I did study the story book before creating this issue. [CodeSandbox](https://codesandbox.io/s/csstransition-component-e3mn9) The same CSSTransition is nested inside the original and below the original....

CodeSandbox sample project: https://codesandbox.io/s/wizardly-pare-gx08dc When I have a `` inside a MUI ``, I get a `rootRef.current.contains is not a function` on a TrapFocus.js file. This happened after I migrated...

> What is the current behavior? ```npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.3.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

Would be great to mention under the `in` prop documentation of `Transition`, that setting it is not needed if it is used together with `TransitionGroup`. ```html {/* setting the in...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies