The current velocity
GreenSock Docs (HTML5/JS)
ThrowPropsPlugin.getVelocity()
ThrowPropsPlugin.getVelocity( target:Object, prop:String ) : Number
[static] Returns the current velocity of the given property and target object (only works if you started tracking the property using the ThrowPropsPlugin.track() or VelocityTracker.track() method).
Parameters
target: Object
The object whose property is being tracked.
prop: String
The property name, like "x"
.
Returns : Number

Details
Returns the current velocity of the given property and target object (only works if you started tracking the property using the ThrowPropsPlugin.track() or VelocityTracker.track()
method).