React LoadPanel - animation
Type:
Default Value: null
Set this object to null or undefined to disable animations.
hide
An object that defines the animation properties used when the UI component is being hidden.
Type:
Default Value: { type: 'pop', duration: 300, to: { opacity: 0, scale: 0.55 }, from: { opacity: 1, scale: 1 } } }