- apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled
From react-transition-group
A react component toolset for managing animations
From react-transition-group
From react-transition-group
From react-transition-group
From react-transition-group
From react-transition-group
From react-transition-group
nodeRef alternative instead of internal findDOMNode (#559) (85016bf)
react-transition-group internally uses findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally pass nodeRef to Transition and CSSTransition, it's a ref object that should point to the transitioning child:
import React from "react"
import { CSSTransition } from "react-transition-group"
const MyComponent = () => {
const nodeRef = React.useRef(null)
return (
<CSSTransition nodeRef={nodeRef} in timeout={200} classNames="fade">
<div ref={nodeRef}>Fade</div>
</CSSTransition>
)
}
Transition to match the exported ones (#554)From react-transition-group
From react-transition-group
From react-transition-group
From react-transition-group
The library for web and native user interfaces.
The progressive JavaScript framework for building user interfaces.
The Vue 2 line, in long-term maintenance since its end of life in December 2023.
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
react-native release notes.
Bring data to life with SVG, Canvas and HTML.
If you publish react-transition-group, you can claim this product by proving you administer its repository.