Time
The time data type represents a time value.
Time Units
CSS only uses these two time units:
s
— second (e.g.0.25s
)ms
— millisecond (e.g.750ms
)
References
- <time> (MDN) — https://developer.mozilla.org/en-US/docs/Web/CSS/time
The time data type represents a time value.
CSS only uses these two time units:
s
— second (e.g. 0.25s
)ms
— millisecond (e.g. 750ms
)