Initial velocity affects only the animation curve, but not its duration.
SpringAnimation.initialVelocity
double initialVelocity() @property nothrowGet initialVelocity property.
Returns
The initial velocity to start the animation with.
void initialVelocity(double propval) @property nothrowSet initialVelocity property.
Parameters
propval | The initial velocity to start the animation with. Initial velocity affects only the animation curve, but not its duration. |