grg021 / pfflipper

Page Forest APP - Flipper: A split-flap display simulator
5 stars 1 forks source link

Does not work on Android #28

Open Bobby-Seidensticker opened 13 years ago

Bobby-Seidensticker commented 13 years ago

Does not work.

Tiles appear to be rotating in the plane of the screen instead of flipping at you.

mckoss commented 13 years ago

I don't think you want rotateX in your css transform. If anything - it should be rotateZ that's not supported by Firefox and Chrome. But there, you could use scaleY.

http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariCSSRef/Articles/Functions.html#//apple_ref/doc/uid/TP40007955-SW2

mckoss commented 13 years ago

Also, I think this could work on Firefox - see MDC docs:

https://developer.mozilla.org/en/css/-moz-transform