I came across something strange, if I apply some rotation to a face element with both rotateX and rotateY set to 90deg, I get this error :
Uncaught TypeError: Cannot call method 'toFixed' of undefined
But if I change one of the rotation values to something else (like 89deg) everything works correctly.
Exemple here : http://jsfiddle.net/JulianG/X7FZA/
At the end of the css, if you replace one of the 90deg values of ".object-3x10 .lt", the problem disappear.
I came across something strange, if I apply some rotation to a face element with both rotateX and rotateY set to 90deg, I get this error :
Uncaught TypeError: Cannot call method 'toFixed' of undefined
But if I change one of the rotation values to something else (like 89deg) everything works correctly.
Exemple here : http://jsfiddle.net/JulianG/X7FZA/
At the end of the css, if you replace one of the 90deg values of ".object-3x10 .lt", the problem disappear.