CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudAnimate - Impossible to set concatenate animation
trafficstars
I have to animate a bar in order to apper and disappear using a bool property. When this property is set to true the bar must appear, when false must disappear.
In first place I've tried to use two identical MudAnimate with AnimationDirection opposite (one set on Normal and other on Reverse), but i've also tried to set it to alternate but it doesn't seem to work.
Any idea?