PLAYGROUND (experimental)

lerp

Calculates a number between two numbers at a specific increment
lerp(
    start, 
    stop, 
    amount
)

Calculates a number between two numbers at a specific increment

Syntaxe

lerp(start=0, stop=100, amount=0.5);

Arguments

NameTypeRequiredDefaultDescription
startyes-
stopyes-
amountyes-Interpolation amount between 0 and 1