friction property

double friction
final

The amount of friction the particle experiences as it travels.

The more friction the particle experiences, the sooner it stops and the less far it travels.

The default value causes the particle to travel the same total distance as in the Android scroll physics.

Implementation

// See mFlingFriction.
final double friction;