I want to make pretty background filling for my buttons. Color filling want started from center (like default Android animation for click). I reading official guide, but my code dont give that effect (only smoothing change color, without easing). Easing not working for me, only duration...
<Style Selector="Button">
<Setter Property="Transitions">
<Transitions>
<BrushTransition Property="Background" Duration="0:0:0.5" Easing="CircularEaseInOut"/>
</Transitions>
</Setter>
</Style>
Sorry for my pure explanation, this CSS animation looks like my wish.