<time-percentage>
Quick Summary for <time-percentage>
The
<time-percentage>
CSS data type represents a value that can be either a <time>
or a <percentage>
.
Code Usage for <time-percentage>
50% +50% Optional plus sign -50% Negative percentages are not valid for all properties that accept percentages
More Details for <time-percentage>
<time-percentage>
The <time-percentage>
CSS data type represents a value that can be either a <time>
or a <percentage>
.
Syntax
Refer to the documentation for <time>
and <percentage>
for details of the individual syntaxes allowed by this type.
Examples
Use in calc()
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.
Valid percentages
50% +50% Optional plus sign -50% Negative percentages are not valid for all properties that accept percentages
Invalid percentages
50 % Space not allowed between the number and the percentage sign
Valid times
12s Positive integer -456ms Negative integer 4.3ms Non-integer 14mS The unit is case-insensitive, although capital letters are not recommended. +0s Zero with a leading + and a unit -0ms Zero with a leading - and a unit
Invalid times
0 Although unitless zero is allowed for <length>s, it's invalid for <time>s. 12.0 This is a <number>, not a <time>, because it's missing a unit. 7 ms No space is allowed between the number and the unit.
Specifications
Specification |
---|
CSS Values and Units Module Level 5 # mixed-percentages |
See also
<percentage>
<time>
CSS Values and Units Last modified: Nov 21, 2021, by MDN contributors
Select your preferred language English (US)Français日本語中文 (简体) Change language Posted in
12:22 am, February 22, 2022
Add Comment
Other Items in CSS
rgb()
rgba()
:right
right
@right-bottom
:root
rotate
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
row-gap
ruby-align
ruby-position
saturate()
scale
scale()
scale3d()
scaleX()
scaleY()
scaleZ()
:scope
scroll-behavior
scroll-margin
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
@scroll-timeline