The <time-percentage>
CSS data type represents a value that can be either a <time>
or a <percentage>
.
The <time-percentage>
CSS data type represents a value that can be either a <time>
or a <percentage>
.
Refer to the documentation for <time>
and <percentage>
for details of the individual syntaxes allowed by this type.
<time-percentage> =
<time> |
<percentage>
Where a <time-percentage>
is specified as an allowable type, this means that the percentage resolves to a time and therefore can be used in a calc()
expression.
Specification |
---|
CSS Values and Units Module Level 4 # mixed-percentages |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
time-percentage |
1 | 12 | 4 | 9 | 10.1 | 3.1 | 2 | 18 | 4 | 10.1 | 2 | 1.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/time-percentage