Linear Interpolation (LERP) returns a rotation between From and To at a point of linear scale specified by the Amount.

LERP
LERP.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs From
To
Amount
Outputs Rotation

Rotation = From + (To - From) × Amount

See also: Linear Interpolation