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

standalone CSSTransitionGroup for React.addons.CSSTransitionGroup

Results 9 css-transition-group issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 to 17.0.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Cross-Site Scripting in react Versions of react prior to...

dependencies
security

Bumps [rc-tools](https://github.com/react-component/rc-tools) from 3.4.0 to 9.6.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by chenshuai2144, a new releaser for rc-tools since your...

dependencies

Hi! I am getting the error while integration with react-boilerplate , ERROR in ./node_modules/preact-css-transition-group/src/CSSTransitionGroup.js 20:21 Module parse failed: Unexpected token (20:21) You may need an appropriate loader to handle this...

Updates the requirements on [object-assign](https://github.com/sindresorhus/object-assign) to permit the latest version. Commits - See full diff in [compare view](https://github.com/sindresorhus/object-assign/commits/v4.1.1) Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Updates the requirements on [precommit-hook](https://github.com/nlf/precommit-hook) to permit the latest version. Commits - See full diff in [compare view](https://github.com/nlf/precommit-hook/commits/v3.0.0) Dependabot will resolve any conflicts with this PR as long as you...

dependencies

in the CSSCore.js file on line 41: 'element.className = element.className + ' ' + className;' throws error: 'Assignment to read-only properties is not allowed in strict mode' it seems that...

`ReactCSSTransitionGroup` supports [custom classes](https://facebook.github.io/react/docs/animation.html#custom-classes), could you also support it? if so, i can switch very smoothly to inferno which uses this module.

Hi Guys, Is it possible to switch between the transitionName I am trying to make a stack animation let me give a preview of what I am doing. Step 1....