interface useContainerEffects.ContainerEffectOptions
Options for container animation effects.
interface ContainerEffectOptions;
Notes
- Objects of this type can be passed to the useContainerEffects() function at application startup.
Instance members
staggerDelay
Delay between each child animation in stagger effects (default: 50ms).slowStaggerDelay
Delay for slow stagger effects (default: staggerDelay * 2).
Related
function useContainerEffects()
Registers container effects for use in the application.
