Suggestion for improvement reveal effect
Hello, I love your work. I had such an improvement in the reveal effect. When you hit the cursor on the button, something like a "flashlight" would appear.
See the image below:

Hi, @ORRNY66! Looks, great:sparkles:
Currently, FluentWPF doesn't has ListView's reveal style. After a while, I've planned to refine some reveal styles for Button, ListBox, ListView, and so on. Ofcource, PR is very welcome!!
Hello, I love your work. I had such an improvement in the reveal effect. When you hit the cursor on the button, something like a "flashlight" would appear. See the image below:
Hi @ORRNY66 How can I design a menu same as this? have You designed this using FluentWPF? [sorry if my question is dumb, I'm newbie :) ]
Hello, I love your work. I had such an improvement in the reveal effect. When you hit the cursor on the button, something like a "flashlight" would appear. See the image below:
Hi @ORRNY66 How can I design a menu same as this? have You designed this using FluentWPF? [sorry if my question is dumb, I'm newbie :) ]
One of my project is implementing this
https://github.com/noobhacker/WarkeyNETIII/blob/master/Warkey.View/Pages/MainPage.xaml
See line 46 and 56.
You have to declare
fw:PointerTracker.Enabled="True"
in the container, or Grid in XAML,
Then apply Style into a component
Style="{StaticResource ButtonRevealStyle}"