function useContainerEffects()
Registers container effects for use in the application.
function useContainerEffects(
options?: useContainerEffects.ContainerEffectOptions,
): void;
Notes
- Container effects include animate-content (FLIP reordering) and stagger-content effects.
- Call this function after useWebContext() to enable container effects.
Parameters
- options — Optional configuration for stagger delays
Type members
interface useContainerEffects.ContainerEffectOptions static
Options for container animation effects.
