Animator
Notes
An animation utility for preset entrance/exit animations using React Transition Group. If rendering more than one child, or toggling the state of a single child, be sure each child has a unique key.
Props
- animation
oneOf('fade', 'grow', 'fadeGrow')
['fadeGrow']
The name of the animation to be applied to children. Defaults to 'fadeGrow'.
- children
any
- entranceDelay
number
[100]
Value in milliseconds before the entrance animation begins