Comments on: perspective https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Wed, 04 Aug 2021 15:31:53 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: John Espino https://css-tricks.com/almanac/properties/p/perspective/#comment-1760612 Mon, 27 Jul 2020 01:47:16 +0000 http://css-tricks.com/?page_id=17444#comment-1760612 It’s 2020 and this breaks my head. Thanks for the explanation!

]]>
By: dotnetcarpenter https://css-tricks.com/almanac/properties/p/perspective/#comment-1616309 Wed, 21 Feb 2018 13:01:01 +0000 http://css-tricks.com/?page_id=17444#comment-1616309 A quick test suggest that perspective() works in Safari 11, Firefox 58, Chrome 65 and IE11. Although IE11 doesn’t support multiple transformations as used in the MDN demo.

]]>
By: dotnetcarpenter https://css-tricks.com/almanac/properties/p/perspective/#comment-1616308 Wed, 21 Feb 2018 12:53:51 +0000 http://css-tricks.com/?page_id=17444#comment-1616308 What about the perspective() function. Does anyone know what which browsers support this function? I’ve looked around a little but couldn’t find anything.

]]>
By: Todd https://css-tricks.com/almanac/properties/p/perspective/#comment-1604329 Wed, 28 Sep 2016 15:21:11 +0000 http://css-tricks.com/?page_id=17444#comment-1604329 In reply to Nick Overman.

IE9 is obsolete. Stop wasting your time on IE9. Tell your client to upgrade their browsers.
A year further down the line and I still think this comment is shocking! Who are you to suggest such redicoulousness?

]]>
By: leon https://css-tricks.com/almanac/properties/p/perspective/#comment-1600486 Wed, 23 Mar 2016 22:02:23 +0000 http://css-tricks.com/?page_id=17444#comment-1600486 Very nice explanation on ‘perspective’ that it doesn’t affect how the element is rendered; it simply enables a 3D-space for children elements.
Thank you!

]]>
By: ronaldo https://css-tricks.com/almanac/properties/p/perspective/#comment-1598164 Sun, 22 Nov 2015 02:09:52 +0000 http://css-tricks.com/?page_id=17444#comment-1598164 give a perspective about html?

]]>
By: Nick Overman https://css-tricks.com/almanac/properties/p/perspective/#comment-1597817 Wed, 04 Nov 2015 00:07:40 +0000 http://css-tricks.com/?page_id=17444#comment-1597817 In reply to Nick Overman.

Very helpful Paul, thank you.

]]>
By: Paul https://css-tricks.com/almanac/properties/p/perspective/#comment-1597507 Sat, 17 Oct 2015 06:36:14 +0000 http://css-tricks.com/?page_id=17444#comment-1597507 In reply to Nick Overman.

IE9 is obsolete. Stop wasting your time on IE9. Tell your client to upgrade their browsers.

]]>
By: Nick Overman https://css-tricks.com/almanac/properties/p/perspective/#comment-1596300 Wed, 05 Aug 2015 17:11:31 +0000 http://css-tricks.com/?page_id=17444#comment-1596300 Any ideas for IE9 fallback?

]]>
By: Joseph https://css-tricks.com/almanac/properties/p/perspective/#comment-1592195 Wed, 28 Jan 2015 06:41:35 +0000 http://css-tricks.com/?page_id=17444#comment-1592195 Easy to understand!

]]>
By: Rainer https://css-tricks.com/almanac/properties/p/perspective/#comment-1586504 Fri, 07 Nov 2014 08:49:20 +0000 http://css-tricks.com/?page_id=17444#comment-1586504 In reply to Tyler.

@Vin Thanks for the clear explanation!

]]>
By: Lucas Rolff https://css-tricks.com/almanac/properties/p/perspective/#comment-1583471 Sun, 06 Jul 2014 18:06:42 +0000 http://css-tricks.com/?page_id=17444#comment-1583471 In reply to Lucas Rolff.

Seems like images is stripped out :)

Good graphic: http://snaps.lucasrolff.com/znk8ypb3hfgdwcs.png

Bad graphic: http://snaps.lucasrolff.com/oocvxlvk2eooar2.png

]]>
By: Lucas Rolff https://css-tricks.com/almanac/properties/p/perspective/#comment-1583470 Sun, 06 Jul 2014 18:04:51 +0000 http://css-tricks.com/?page_id=17444#comment-1583470 Actually the perspective affects the rendering in webkit engines, it’s usually not seen on desktop environments, but on iPhone or other smartphones having retina display, you’ll often find the rendering of your child elements blurry, a small example..

The image below shows a table where one of the parent elements (.row in this case), has a perspective of ‘none’, as you can see the picture is sharp and nice.

The next image, shows exact same table, but where the parent element (.row), is having a perspective of 4000, and the result rendered on retina displays is really different:

So the perspective surely affects the rendering!

]]>
By: Vin https://css-tricks.com/almanac/properties/p/perspective/#comment-1582847 Wed, 18 Jun 2014 18:12:18 +0000 http://css-tricks.com/?page_id=17444#comment-1582847 In reply to Tyler.

The meaning implied here is “the closer you get TO the Z plane”. Must have been a typo.

If you put a smaller value, say 200, the element/3D object appears up close and the effect appears more ‘prominent’.
Whereas if you put a greater value, say 1000, our view appears to be shifted farther away from the object and we see the ‘wider picture’. And as a result the effect doesn’t seem so prominent.

Imagine holding a cube 2 cm from your face as compared to keeping it at a distance of 50 cm. This distance is exactly what is represented by the value of perspective.

]]>
By: Tyler https://css-tricks.com/almanac/properties/p/perspective/#comment-1582808 Wed, 18 Jun 2014 00:57:57 +0000 http://css-tricks.com/?page_id=17444#comment-1582808 I’m sorry, I can’t continue with the article until I know what you actually meant by this line:

“The smaller the value, the closer you get from the Z plane”

Did you mean “the closer you get to the Z plane” or “the farther you get from the Z plane”? What you’ve written is just wrong.

]]>