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

I am trying to upgrade react and I am therefor using nodeRef now. The animation was working correctly in the old version. I am showing a page with a question,...

> What is the current behavior? When used with MUI's horizontal collapse, there is this weird twitching. Try adding a few cards in a disclosed sandbox. > What is the...

### What is the current behavior? `addEndListener` on `Transition` has two arguments, `node` and `done`. `node` is a function and `done` is undefined. ### What is the expected behavior? `node`...

> What is the current behavior? When I compare keys in child elements then get an issue that these keys has an additional prefix `.$`. I think that is an...

The example for transition group to animate in/out elements is with an array. I haven't had time to dig into the code but are we not able to use a...

Migrating from v1 to v2 and nothing is working ``` this.ref = React.createRef(); .... Hello??? ``` I can see that no classes get applied to the `span`. Surly this basic...