Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulating flipping live tiles in html

I need to code some html square "live tiles" that flip between 4 states periodically. Basically what I need is what this plug-in does http://www.drewgreenwell.com/projects/metrojs, but between 4 states, not just 2. Is there a definitive API/plug-in that allows live tile management in html/jquery sites? I'm not building a Windows 8 app, I'm just trying to simulate Live Tiles flipping in Html, and hopefully have it work in all major browsers. Thanks.

like image 575
Voidsbane Avatar asked Aug 02 '12 16:08

Voidsbane


2 Answers

In the end, it seems that Drew's plug-in does support multiple tile states, he provided a couple of samples. Sample 1 and Sample 2. It seems to do what I need for live tile simulation.

like image 177
Voidsbane Avatar answered Nov 15 '22 09:11

Voidsbane


I'm just trying to simulate Live Tiles flipping in Html, and hopefully have it work in all major browsers

I think this is what you need. Flip! http://lab.smashup.it/flip/

like image 42
kei Avatar answered Nov 15 '22 10:11

kei