2.4.0 • Published 5 years ago
react-css-animation-group v2.4.0
react-css-animation-group
Use CSS Animations when a React component enters or leaves the DOM.
Based on react-transition-group.
Usage
Example
<CSSAnimationGroup
enterAnimation="bounceIn"
enterDuration="200ms"
enterTimingFunction="ease"
exitAnimation="fadeOut"
exitDuration="150ms"
exitTimingFunction="linear"
>
{children}
</CSSAnimationGroup>Properties
enterAnimationenter animation nameenterDelayenter animation delayenterDirectionenter animation directionenterDurationenter animation durationenterFillModeenter animation fill modeenterIterationCountenter animation iteration countenterTimingFunctionenter animation timing functionexitAnimationleave animation nameexitDelayleave animation delayexitDirectionleave animation directionexitDurationleave animation durationexitFillModeleave animation fill modeexitIterationCountleave animation iteration countexitTimingFunctionleave animation timing function
Any additional properties will be passed down to TransitionGroup.
Browser support
Works on browsers with CSS Animation support, otherwise will gracefully degrade.
2.4.0
5 years ago
2.3.0
5 years ago
2.2.0
6 years ago
2.1.0
6 years ago
2.0.0
7 years ago
1.2.0
7 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago