Results 101 - 120 of 1,081

animation-delay

The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element.
CSS CSS Animations CSS Property Experimental Reference

animation-direction

The animation-direction CSS property indicates whether the animation should play in reverse on alternate cycles.
CSS CSS Animations CSS Property Experimental Reference

animation-duration

The animation-duration CSS property specifies the length of time that an animation should take to complete one cycle.
CSS CSS Animations CSS Property Experimental Reference

animation-iteration-count

The animation-iteration-count CSS property defines the number of times an animation cycle should be played before stopping.
CSS CSS Animations CSS Property Experimental Reference

animation-name

The animation-name CSS property specifies a list of animations that should be applied to the selected element. Each name indicates a @keyframes at-rule that defines the property values for the animation sequence.
CSS CSS Animations CSS Property Experimental Reference

background-position-y

The background-position-y CSS property sets the initial vertical position, relative to the background position layer defined by background-origin for each defined background image. For more information, see the background-position property, which has been widely supported for much longer.
CSS CSS Background CSS Property Experimental Reference

clip-path

The clip-path CSS property prevents a portion of an element from getting displayed by defining a clipping region to be displayed i.e, only a specific region of the element is displayed. The clipping region is a path specified as a URL referencing an inline or external SVG, or shape method such as circle(). The clip-path property replaces the now deprecated clip property.
CSS CSS Property Experimental Reference Web

CSS Transitions

CSS Transitions is a module of CSS that defines how to create smooth transitions between values of given CSS properties. It allows to create them but also to define their evolution, using timing functions.
CSS CSS Transitions Experimental Overview Reference

CSSOM View

CSSOM View is a module that allows to manipulate the visual view of a document, in particular its scrolling behavior.
CSS CSSOM View Experimental Overview Reference

mask-clip

The mask-clip CSS property determines the area, which is affected by a mask. The painted content of an element must be restricted to this area.
CSS CSS Masks CSS Property Experimental Reference

mask-size

The mask-size CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.
CSS CSS Masks CSS Property Experimental Reference

perspective

The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.
CSS CSS Property CSS Transforms Experimental Reference

perspective-origin

The perspective-origin CSS property determines the position the viewer is looking at. It is used as the vanishing point by the perspective property.
CSS CSS Property CSS Transforms Experimental Reference

shape-margin

The shape-margin CSS property adds a margin to shape-outside.
CSS CSS Property CSS Shapes Experimental Reference