Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Andrew Dang
2,776 PointsHow do I make transform-origin work in Firefox? The transform-origin only works in Chrome and rotates from 0,0 in FF
How do I make transform-origin work in Firefox? The transform-origin only works in Chrome and rotates from 0,0 in FF
2 Answers

Guil Hernandez
Treehouse TeacherHi there. The next video explains the transform origin bug in Firefox. :)

Ted Sumner
Courses Plus Student 17,967 PointsTransform is an experimental technology and requires vendor prefixes. Look here under browser compatibility for the various prefixes.

Andrew Dang
2,776 PointsThanks for replying Ted. Also I noticed you were from Beaverton, I'm from there as well!

Ted Sumner
Courses Plus Student 17,967 PointsExcellent. Are you in the Code Oregon program?

Andrew Dang
2,776 Pointsno I am just learning on my own

Ted Sumner
Courses Plus Student 17,967 PointsCool. Tag me in a forum post if I can help in any way. I can help in PHP, HTML, CSS, and JavaScript to some extent.

Andrew Dang
2,776 PointsThanks and will do!
Sue Dough
35,800 PointsSue Dough
35,800 PointsIt is actually covered in the video after that.