Using CSS3 transform and transitions I have created a flipping animation.
Moz does not recognise the perspective CSS3 property and so does not flip in 3D as it does with webkit.
Is there anyway to make -moz flip as -webkit does
SAMPLE::
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had just updated to Firefox 18 and applied the
pxto the-moz-perspectiveproperty and I achieve the same effect as on Chrome:Also you could apply the standard
perspectiveproperty and that would have the same effect as well.