The matrix() Css function defines a homogeneous 2D transformation matrix. Its result is
a data type....日本語 한국어 中文 (简体) The matrix() CSS function defines a homogeneous...described in the column-major order. css matrix(a, b, c, d, tx, ty) Values...
The translate3d() Css function repositions an element in 3D space. Its result is a
data type....正體中文 (繁體) The translate3d() CSS function repositions an element...moves in each direction. Syntax css translate3d(tx, ty, tz) Values...
The tan() Css function is a trigonometric function that returns the tangent of a number, which is a value between −infinity and infinity. The function contains a single calculation that must resolve to either a or an by interpreting the result of the argument as radians....language Deutsch 中文 (简体) The tan() CSS function is a trigonometric function...argument as radians. Syntax css /* Single <angle> values */ width:...
The padding-left Css property sets the width of the padding area to the left of an element....Русский 中文 (简体) The padding-left CSS property sets the width of the...a single declaration. Syntax css /* <length> values */ padding-left:...
The animation-timeline Css property specifies the timeline that is used to control the progress of a Css animation.... The animation-timeline CSS property specifies the timeline...to control the progress of a CSS animation. The following types...
The atan2() Css function is a trigonometric function that returns the inverse tangent of two values between -infinity and infinity. The function accepts two arguments and returns the number of radians representing an between -180deg and 180deg....Deutsch 中文 (简体) The atan2() CSS function is a trigonometric function...-180deg and 180deg . Syntax css /* Two <number> values */ transform:...
The :right Css pseudo-class, used with the @page at-rule, represents all right-hand pages of a printed document....日本語 Русский 中文 (简体) The :right CSS pseudo-class , used with the...pages of a printed document. css /* Selects any right-hand pages...
The ::grammar-error Css pseudo-element represents a text segment which the user agent has flagged as grammatically incorrect....中文 (简体) The ::grammar-error CSS pseudo-element represents a text...properties Only a small subset of CSS properties can be used in a rule...
The :current Css pseudo-class selector is a time-dimensional pseudo-class that represents an element or the ancestor of an element that is currently being displayed. For example, this pseudo-class can be used to represent a video that is being displayed with captions by WebVTT.... The :current CSS pseudo-class selector is a time-dimensional...displayed with captions by WebVTT . css :current(p, span) { background-color:...
The calc-size() Css function allows you to perform calculations on intrinsic size values such as auto, fit-content, and max-content; this is not supported by the regular calc() function.... The calc-size() CSS function allows you to perform...require calculations. Syntax css /* Pass a value through calc-size()...