HTML and CSS Reference
In-Depth Information
Table D-27 Text Properties ( Continued )
Property Name
Description
Values
new
word-break
Specifies the line breaking rules for non-CJK scripts
normal
break-all
hyphenate
word-spacing
Increases or decreases the space between words
normal
[length]
inherit
new
word-wrap
Allows long, unbreakable words to be broken and wrap to
the next line
normal
break-word
2D/3D Transform Properties
Table D-28 2D/3D Transform Properties
new
Property Name
Description
Values
backface-visibility
Defines whether or not an element should be visible when
not facing the screen
visible
hidden
perspective
Specifies the perspective on how 3D elements are viewed
perspective-origin
Specifies the bottom position of 3D elements
[x-axis]
[y-axis]
transform
Applies a 2D or 3D transformation to an element
transform-origin
Allows you to change the position on transformed elements
[x-axis]
[y-axis]
[z-axis]
transform-style
Specifies how nested elements are rendered in 3D space
lat
preserve-3d
Transition Properties
Table D-29 Transition Properties
new
Property Name
Description
Values
transition
A shorthand property for setting the four transition properties
transition-delay
Specifies when the transition effect will start
[time]
transition-duration
Specifies how many seconds or milliseconds a transition effect
takes to complete
[time]
transition-property
Specifies the name of the CSS property the transition effect
is for
none
all
property
transition-timing-
function
Specifies the speed curve of the transition effect
linear
ease
ease-in
ease-in-out
ease-out
cubic-bezier
Search WWH ::




Custom Search