interface useAnimationEffects.AnimationEffectOptions
Options for animation effects.
interface AnimationEffectOptions;
Notes
- Objects of this type can be passed to the useAnimationEffects() function at application startup.
Instance members
duration
Duration of animations in milliseconds (default: 150).slowDuration
Duration of slow animations in milliseconds (default: duration * 2).
Related
function useAnimationEffects()
Registers animation effects for use with UIElement.ElementBuilder.effect().
