Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDarren Kynaston
Courses Plus Student 15,610 PointsCSS Transform - Safari Browser
Hey all,
I am trying to apply a
-webkit-transform: rotate(1080deg); -webkit-transition: 2s;
to a class, it all works EXCEPT in Safari browser (on iPhone and iPad)...
Am I missing any specific prefix(s) for the Safari Browser?
Help much appreciated.
Darren
Marcus Parsons
15,719 PointsMarcus Parsons
15,719 PointsLooking at the browser compatibility for transform and transition, they are both supported in iOS Safari versions 7.0-7.1 and 8.1-8.3. I'm not sure exactly why they're not working because
-webkit-
should be the prefix to use.http://caniuse.com/#feat=transforms2d
http://caniuse.com/#feat=css-transitions