AnimatedImageVector

Class

Common
public class AnimatedImageVector
internal constructor(
    public val imageVector: ImageVector,
    internal val targets: List<AnimatedVectorTarget>,
)

Animated vector graphics object that is generated as a result of androidx.compose.animation.graphics.res.loadAnimatedVectorResource. It can be composed and rendered by rememberAnimatedVectorPainter.

Parameters

imageVectorThe ImageVector to be animated. This is represented with the android:drawable parameter of an <animated-vector> element.

Companion Object