AnimatedImageVector


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.

Summary

Nested types

Provide an empty companion object to hang platform-specific companion extensions onto.

Public properties

ImageVector

The ImageVector to be animated.

Cmn
Int

The total duration of all the animations in this image, including start delays and repeats.

Cmn

Public properties

imageVector

val imageVectorImageVector

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

totalDuration

val totalDurationInt

The total duration of all the animations in this image, including start delays and repeats.