Is it possible to appl a 3D transformation to an iframe (e.g. in a div)?

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.
Yep it seems so that can be done..
Below examples might be helpful :
1 ) Creating 3D animation using “iframe” in HTML5
http://www.c-sharpcorner.com/UploadFile/cd80b9/creating-3d-animation-in-html5/
2) Dont exactly know how it is done but after observing the source i found that the div and iframes are indeed 3D transformed.
Example is here http://mrdoob.com/lab/javascript/threejs/css3d/
Developer of the example