-
public final class LottiePainterKt
-
-
Method Summary
Modifier and Type Method Description final static LottiePainterrememberLottiePainter(LottieComposition composition, Float progress, Boolean outlineMasksAndMattes, Boolean applyOpacityToLayers, Boolean enableMergePaths, RenderMode renderMode, Boolean maintainOriginalImageBounds, LottieDynamicProperties dynamicProperties, Boolean clipToCompositionBounds, Boolean clipTextToBoundingBox, Map<String, Typeface> fontMap, AsyncUpdates asyncUpdates)A composable that makes it easy to create a LottiePainter and update its properties. -
-
Method Detail
-
rememberLottiePainter
@Composable() final static LottiePainter rememberLottiePainter(LottieComposition composition, Float progress, Boolean outlineMasksAndMattes, Boolean applyOpacityToLayers, Boolean enableMergePaths, RenderMode renderMode, Boolean maintainOriginalImageBounds, LottieDynamicProperties dynamicProperties, Boolean clipToCompositionBounds, Boolean clipTextToBoundingBox, Map<String, Typeface> fontMap, AsyncUpdates asyncUpdates)
A composable that makes it easy to create a LottiePainter and update its properties.
-
-
-
-