upperBound

Upper bound of the animation, null by default (meaning no upper bound). Bounds can be changed using updateBounds.

Animation will stop as soon as any dimension specified in upperBound is reached. For example: For an Animatable with an upperBound set to Offset(100f, 200f), when the value.x exceeds 100f or value.y exceeds 200f, the animation will stop.