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

See https://github.com/reactjs/react-transition-group/tree/v1-stable#cdn--external This confused the f*** out of me. 🤬 (I'm a novice so I literally spent 4 hours today just struggling and finally figuring this out.) The React Animation...

> What would you like improved? my code is like below ``` const [stateDom, setStateDom] = useCallback(null); ``` and i cannot parse nodeRef to CSSTransition for nodeRef is a Ref....

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

> What is the current behavior? when I test the examples in storybook, I find there is not transition time. ![demo](https://user-images.githubusercontent.com/28993048/62120917-29d3f880-b2f5-11e9-8adb-16e16406e575.gif) > What is the expected behavior? [https://reactcommunity.org/react-transition-group/transition-group](url) should like...

I get this error every time I try to use react-transition-group with react-router `× Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite...

(Apologies if I'm reporting this in the wrong place.) > What is the current behavior? In Safari (desktop at least), in the transition group example found [here](http://reactcommunity.org/react-transition-group/transition-group ), nothing happens...

Fixes #474 and fixes #410 If there are any pending keys left that we don't know where to put, check if there are any new keys that they should be...

> What is the current behavior? Replacing one item with another (exit: 0) briefly causes them to both exist, causing animation jank. This comes up in situations where I want...

I loved the transition component from Vue. And I understand that this library is heavily inspired by it. I really enjoying it, but I miss one feature the move transition....

> What is the current behavior? The state prop passed to the Transition's children does not change and stays on the "exited" state, even when the value of inProp changes....