splib.animation.easing

Easing function to use in animation

LinearRamp([beginValue, endValue, scale]) Linear interpolation between two values

splib.animation.easing.LinearRamp

splib.animation.easing.LinearRamp(beginValue=0.0, endValue=1.0, scale=0.5)[source]

Linear interpolation between two values

Examples:
LinearRamp(10, 20, 0.5)