function useAnimationEffects()
Registers animation effects for use with UIElement.ElementBuilder.effect().
function useAnimationEffects(
options?: useAnimationEffects.AnimationEffectOptions,
): void;
Notes
- Includes fade (with direction), scale, pop, slide, and blur effects.
- Call this function after useWebContext() to enable animation effects.
Parameters
- options — Optional configuration for animation timing
Type members
interface useAnimationEffects.AnimationEffectOptions static
Options for animation effects.
