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 116 react-transition-group issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.11 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) v4.8.0 Support for numeric separators (million...

dependencies

I installed react-transition-group 1x baesd on the documentation but i gut this error Attempted import error: 'CSSTransitionGroup' is not exported from 'react-transition-group'. here my code import React, { useState }...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hi I am hoping for a bit of help here if possible. I cannot get transition group to work. The routing works fine but there are no transitions and the...

Hello beautiful humans, I'm using ReactCSSTransitionGroup on a mobile website. This animation works perfectly fine with every navigators but Safari. ``` const backgroundTransition = { enter: 'animated', enterActive: 'fadeIn', leave:...

**Bug** **What is the current behavior?** After transition some element under CSSTransition have class `classNames-enter-done` If you rerender that element with `className` property change that class will be removed. Example:...

Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.3 to 1.2.1. Commits 1ed164f 1.2.1 b076321 switch from vulnerable VALID_DOMAIN regex to is-valid-domain lib (#79) fecd645 1.2.0 92a14f8 chore: bring lockfiles current be273aa Feature: Allow multiple...

dependencies

I am using NextJS and this is my code, I need to use dynamic import for the popup optimization, but this package doesn't work in dynamic import for the first...

I am using react-transition-group v2.2.0 and react-router v4.1.1 to do the page sliding animation. Once a component is mounted, its **exit animation** is specified, not changeable, which troubles me. ```javascript...