The amount of change (can be positive or negative based on the velocity).
Version:
GreenSock Docs
ThrowPropsPlugin.calculateChange()
ThrowPropsPlugin.calculateChange( ) : Number
Returns : Number

Details
Determines the amount of change given a particular velocity, an easing equation, and the duration that the tween will last. This is useful for plotting the resting position of an object that starts out at a certain velocity and decelerates based on an ease (like
Strong.easeOut
).