FluentWPF icon indicating copy to clipboard operation
FluentWPF copied to clipboard

Suggestion for improvement reveal effect

Open ghost opened this issue 7 years ago • 3 comments

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: gif3

ghost avatar Feb 26 '18 20:02 ghost

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!!

sourcechord avatar Feb 28 '18 14:02 sourcechord

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: gif3

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 :) ]

Moh3nGolshani avatar May 24 '19 11:05 Moh3nGolshani

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: gif3

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}"

noobhacker avatar Jan 22 '20 14:01 noobhacker