Share Posted January 29, 2018 RotationY not working in IE but run good in chrome . i can Door close See the Pen gvOYbP by syniky (@syniky) on CodePen Link to comment Share on other sites More sharing options...
Share Posted January 29, 2018 Hi @Syniky, Welcome to the forums. That is because 3D transforms are not really supported on browsers. At least not yet. In order to have your doors rotate in the Y axis, you will have to separate them into DOM objects. That way you will get the rotation as you expect. 5 Link to comment Share on other sites More sharing options...
Share Posted January 29, 2018 Yup, dipscom is exactly right. For slight clarification, the issue is that you are trying to do 3D transforms on SVG elements. Some browsers will allow it but it isn't technically part of the SVG spec. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now