rememberLottieDynamicProperties

@Composable()
fun rememberLottieDynamicProperties(vararg properties: LottieDynamicProperty<*>): LottieDynamicProperties

Use this function when you want to apply one or more dynamic properties to an animation. This takes a vararg of individual dynamic properties which should be created with rememberLottieDynamicProperty.

See also