-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot call method 'toFixed' of undefined #3
Comments
I have the same problem but only in Firefox. Webkit-based browsers are fine, but firefox throws |
@piksel I found a quick fix, can you give it a try? |
@juliangarnier, it clears the error message, but still no lightning unless I change to 89.99. using firefox v22.0 (32-bit), on windows 7 64-bit. |
Weird. Can you provide a jsfiddle ? Does this example works on your FF? |
No, but you only used -webkit-prefixes, so I made a fork: http://jsfiddle.net/NGjjM/ Heres chrome (left), and firefox 90deg (right top), firefox 89deg (right bottom) |
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.
The text was updated successfully, but these errors were encountered: