HoverEffect
Specifies an animation (effect) to be run after user moves pointer over the button.
razor
[Parameter] public InteractionEffect HoverEffect { get; set; } = InteractionEffect.None;
Specifies an animation (effect) to be run after user moves pointer over the button.
[Parameter] public InteractionEffect HoverEffect { get; set; } = InteractionEffect.None;