InfiniteTransition

Class

Common
public class InfiniteTransition internal constructor(public val label: String)

InfiniteTransition is responsible for running child animations. Child animations can be added using InfiniteTransition.animateColor, InfiniteTransition.animateFloat, or InfiniteTransition.animateValue. Child animations will start running as soon as they enter the composition, and will not stop until they are removed from the composition.

Parameters

labelA label for differentiating this animation from others in android studio.