timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Tilt doesn't work on Button #117

Open retupmoc opened 11 years ago

retupmoc commented 11 years ago

Tilt effects dont work in Button

dogfuntom commented 11 years ago

I confirm it, can't make it work too.

timheuer commented 11 years ago

Recommend won't fix here. While Tilt is visible in other areas of the OS (start) it isn't on Buttons, which have a specifically defined UX to them...of which Tilt isn't a part of it. I'll leave this to @dotMorten to see if he sees an easy fix, otherwise I wouldn't change this.

mtusk commented 10 years ago

Wouldn't it be useful to be able to use the TiltEffect on a button? I've seen it used in Microsoft apps; for example, the Windows Store app: windowsstoretilteffect

dotMorten commented 10 years ago

The button already has a click effect on it. Any reason why you can't use any other UIElement + the Tap event? The effect you show above isn't the tilt-effect but the push effect that button has out of the box.