backface-visibility: visible; |
backface-visibility: hidden; |
---|---|
1
2
3
4
5
6
All the faces are transparent and the three back faces are visible through the front ones. |
No face is opaque, but the three back faces are always hidden now. |
perspective: 250px;
|
perspective: 350px;
|
perspective: 500px;
|
---|---|---|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
perspective-origin: top left;
|
perspective-origin: top;
|
perspective-origin: top right;
|
---|---|---|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
perspective-origin: left;
|
perspective-origin: 50% 50%;
|
perspective-origin: right;
|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
perspective-origin: bottom left;
|
perspective-origin: bottom;
|
perspective-origin: bottom right;
|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
1
2
3
4
5
6
|
Hello
Hello
Hello
Div
foo back ground
none
: no hyphen; overflow if needed
An extremely long English word supercalifragilisticexpialidocious
manual
: hyphen only at ‐ or ­ (if needed)
An extremely long English word supercalifragilisticexpialidocious
auto
: hyphen where the algo is deciding (if needed)
An extremely long English word supercalifragilisticexpialidocious
transition-timing-function: ease
transition-timing-function: ease-in
transition-timing-function: ease-out
transition-timing-function: ease-in-out
transition-timing-function: linear
transition-timing-function: step-start
transition-timing-function: step-end
transition-timing-function: steps(4, end)