We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We currently have the progress() functions defined like
progress()
progress(<value> from <start> to <end>)
but the mix() functions are defined like
mix()
mix(<progress>, <start>, <end>)
Would it make sense to align these a bit more, e.g.
mix(<progress> of <start> to <end>)
?