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 trial

CSS CSS Transitions and Transforms Adding 3D Effects with CSS Understanding 3D Transforms

4 Answers

Steven Parker
Steven Parker
229,732 Points

Webkit is the core web browser engine developed by Apple and primarily used in its Safari web browser, and is embedded apps such as Mail, App Store, and others on macOS, iOS, and Linux. The first word in this paragraph is a link to their web site where it is discussed in detail.

karan Badhwar
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
karan Badhwar
Web Development Techdegree Graduate 18,135 Points

Hi, I tried reading but I am not exactly clear what's its usage, because they have used such words which I am unable to understand. Any other link you might have for better understanding sir.

Steven Parker
Steven Parker
229,732 Points

Depending on what it is you want to know, here's the Apple Webkit documentation, MDN has a complete list of WebKit CSS extensions, the "for dummies" book publishers have a WebKit For Dummies Cheat Sheet, and here's a blog on WebKit for Developers. And there's plenty more information to be found with any search engine.

UPDATE: For more generic information about web browsers (like what you are using now), here's the Wikipedia page on Web Browser, and the MDN page on What is a web browser?.

karan Badhwar
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
karan Badhwar
Web Development Techdegree Graduate 18,135 Points

Actually, I wanted to know what it is as in what is a web browser engine, I never heard about that before, what is it for, as i do not have any knowledge about web browser engine or any of these!

karan Badhwar
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
karan Badhwar
Web Development Techdegree Graduate 18,135 Points

Hey Steven, Thankyou so much for the help, I just want to share and make sure that what I got is right with you The engine is which interprets the code and show that to the user on the larger program i.e Web Browser. The Usual engine sometimes misses out the transitions or few other stuff to make that work we specifically add the -webkit or any other engine as per the browser compatibility and it makes sure that everything works and interpreted fine to the User. Am I right about the info?

Steven Parker
Steven Parker
229,732 Points

Sounds about right, but remember that not all browsers use Webkit. Any codes that have the word -webkit in them will only work on webkit browsers.