Skip to content

Commit

Permalink
[css-values-5] Clarify that progress() is usable as a <<number>> value.
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Sep 13, 2024
1 parent 0f62c04 commit 5a2ff1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ Interpolation Progress Functional Notations</h2>
<var>progress-function</var>() = <var>progress-function</var>( <var>progress value</var> from <var>start value</var> to <var>end value</var> )
</pre>

The resulting ratio can then be input into other calculations,
The resulting ratio is a <<number>>,
which can then be input into other calculations,
such as a [=math function=]
or a [=mix notation=].

Expand Down

0 comments on commit 5a2ff1c

Please sign in to comment.