0

Is there any way I can obtain tilt effect for buttons I use in XAML for Windows 8 Apps? I've searched the web a lot and found that Callisto has a library for this but it seems it's not working with buttons...

I'm trying to make something work with Button and HyperlinkButton. Is there any solution at the moment?

VasileF
  • 2,856
  • 2
  • 23
  • 36

1 Answers1

2

Tilt effect is applicable for Grid & Border control, so you can create custom template of Button and HyperlinkButton with tilt effect. It is not applicable to Button, it's known issue.

Farhan Ghumra
  • 15,180
  • 6
  • 50
  • 115