Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 6,942 for

css

(0.07 sec)
  1. animation-duration - CSS: Cascading Style Sheet...

    The animation-duration Css property sets the length of time that an animation takes to complete one cycle....(简体) The animation-duration CSS property sets the length of time...animation properties at once. Syntax css /* Single animation */ animation-duration:...

    developer.mozilla.org/en-US/docs/Web/CSS/animat...
  2. animation-composition - CSS: Cascading Style Sh...

    The animation-composition Css property specifies the composite operation to use when multiple animations affect the same property simultaneously....日本語 The animation-composition CSS property specifies the composite...property simultaneously. Syntax css /* Single animation */ animation-composition:...

    developer.mozilla.org/en-US/docs/Web/CSS/animat...
  3. rect() - CSS: Cascading Style Sheets | MDN

    The rect() Css function creates a rectangle at the specified distance from the top and left edges of the containing block. It is a basic shape function of the data type. You can use the rect() function in Css properties such as offset-path to create the rectangular path along which an element moves and in clip-path to define the shape of the clipping region....Deutsch 日本語 中文 (简体) The rect() CSS function creates a rectangle...can use the rect() function in CSS properties such as offset-path...

    developer.mozilla.org/en-US/docs/Web/CSS/basic-...
  4. :-moz-drag-over - CSS: Cascading Style Sheets |...

    The :-moz-drag-over Css pseudo-class is a Mozilla extension that matches an element when a dragover event is called on it.... The :-moz-drag-over CSS pseudo-class is a Mozilla extension...event is called on it. Syntax css :-moz-drag-over { /* ... */ }...

    developer.mozilla.org/en-US/docs/Web/CSS/:-moz-...
  5. perspective() - CSS: Cascading Style Sheets | MDN

    The perspective() Css function defines a transformation that sets the distance between the user and the z=0 plane, the perspective from which the viewer would be if the 2-dimensional interface were 3-dimensional. Its result is a data type....Brasil) 中文 (简体) The perspective() CSS function defines a transformation...distance and no transformation. css perspective(d) Values d Is a...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  6. mask-position - CSS: Cascading Style Sheets | MDN

    The mask-position Css property sets the initial position, relative to the mask position layer set by mask-origin, for each defined mask image....Français 日本語 The mask-position CSS property sets the initial position...each defined mask image. Syntax css /* Keyword values */ mask-position:...

    developer.mozilla.org/en-US/docs/Web/CSS/mask-p...
  7. linear() - CSS: Cascading Style Sheets | MDN

    The linear() Css function creates a transition curve that progresses uniformly between points. As an , it creates transitions where the interpolation occurs at a constant rate from beginning to end....language Deutsch The linear() CSS function creates a transition...from beginning to end. Syntax css linear(0, 1) linear(0, 0.25,...

    developer.mozilla.org/en-US/docs/Web/CSS/easing...
  8. ::first-letter - CSS: Cascading Style Sheets | MDN

    The ::first-letter Css pseudo-element applies styles to the first letter of the first line of a block container, but only when not preceded by other content (such as images or inline tables)....正體中文 (繁體) The ::first-letter CSS pseudo-element applies styles...this generated content. Note: CSS introduced the ::first-letter...

    developer.mozilla.org/en-US/docs/Web/CSS/::firs...
  9. fit-content() - CSS: Cascading Style Sheets | MDN

    The fit-content() Css function clamps a given size to an available size according to the formula min(maximum size, max(minimum size, argument))....日本語 中文 (简体) The fit-content() CSS function clamps a given size...can be used as a track size in CSS grid properties, where the maximum...

    developer.mozilla.org/en-US/docs/Web/CSS/fit-co...
  10. acos() - CSS: Cascading Style Sheets | MDN

    The acos() Css function is a trigonometric function that returns the inverse cosine of a number between -1 and 1. The function contains a single calculation that returns the number of radians representing an between 0deg and 180deg....Français 中文 (简体) The acos() CSS function is a trigonometric function...between 0deg and 180deg . Syntax css /* Single <number> values */...

    developer.mozilla.org/en-US/docs/Web/CSS/acos