Finterp set duration in seconds?

@PalCorral.jacob Your conclusions about how InterpSpeed in Finterp to Constant node works are right.
@Joachim does not divide by one but divide one by number. Big difference. It’s sometimes nice trick to change speed ratio to value in second’s but it doesn’t seem to work in this case.
From my experience InterpSpeed is how much the value will change in one second.
Examples:
If you want to change value from 0 to 10 in 10 sec use InterpSpeed 1.
If you want to change value from 0 to 10 in 5 sec use InterpSpeed 2.
If you want to change value from 0 to 10 in 20 sec use InterpSpeed 0.5.
Etc…
Of course DeltaTime, Current and Target must be connected and set to variable properly.

So the formula for InterpSpeed in seconds would be:
difference between current and target value / seconds you want transition to take

1 Like