The duration (in seconds) that it would take to move from the start value to the end value at the initial velocity provided, decelerating according to the ease.
Version:
GreenSock Docs
ThrowPropsPlugin.calculateDuration()
ThrowPropsPlugin.calculateDuration( ) : Number
Returns : Number

Details
Calculates the duration (in seconds) that it would take to move from a particular start value to an end value at the given initial velocity, decelerating according to a certain easing equation (like
Strong.easeOut
).