weight property

double weight
final

An arbitrary value that indicates the relative percentage of a TweenSequence animation's duration when tween will be used.

The percentage for an individual item is the item's weight divided by the sum of all of the items' weights.

Implementation

final double weight;