View Single Post
Old 08-09-2013, 08:27 PM   #1
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,799
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
About the "perspective" property

It happens something rare with the "perspective" property under Sigil. When I use the form:

Code:
-webkit-transform: perspective(depth) rotateX(deg) rotateY(deg);
works perfectly. For example, with a depth of 200px and rotateY(15deg) I got the following results (first image without perspective effect and second image with the effect):



But when I want to use another syntax, it doesn't work; for example:

Code:
-webkit-perspective: 200;
-webkit-perspective-origin: 50% 90px;
-webkit-transform: rotateY(15deg);
Why is this? Is that can't I set the perspective-origin in any way?

Many thanks in advance for any comment about this.
Rubén
Attached Thumbnails
Click image for larger version

Name:	Samsung.jpg
Views:	313
Size:	57.2 KB
ID:	109165  
RbnJrg is online now   Reply With Quote