I have some image buttons inside a Win8 Metro live tile (in a grid), and Metro makes it easy to animate the whole tile, but not items inside of it. What's the easiest way to do a "flip" animation on individual image-buttons (or at least images) periodically? Should I use createPeekAnimation? I'm open to using either C# or HTML5.
Asked
Active
Viewed 906 times
1

Filip Skakun
- 31,624
- 6
- 74
- 100

Yusuf X
- 14,513
- 5
- 35
- 47
-
I don't think you really mean to say "live tile" if you think you've put image buttons in one... – Robert Levy May 03 '12 at 23:33
1 Answers
2
This is not supported. There are only tile templates that you can use. You can't do custom animations inside of a tile.

Filip Skakun
- 31,624
- 6
- 74
- 100