Applies a smoothstep function to the contents of an array
summary (oneliner)
The fancy way of saying it is
Perform Hermite interpolation between two values
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Array In (Array)
The array in to modify
Min (Number)
min interpolation point
Max (Number)
max interpolation point
Outputs
Array out (Array)
The modified array