Maps a value from one range into another.
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
value (Number)
The value you want to map
Input Range
old min (Number)
The minimum of the old range
old max (Number)
The maximum of the old range
Output Range
new min (Number)
The minimum of the new range
new max (Number)
The maximum of the new range
Easing index (integer /Number)
Outputs
result (Number)
Result of the mapping