All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.kottieComposition.animateKottieCompositionAsState.kt Maven / Gradle / Ivy

There is a newer version: 1.9.6
Show newest version
package kottieComposition

import androidx.compose.runtime.Composable
import androidx.compose.runtime.State
import kottieAnimationState.KottieAnimationState


@Composable
expect fun animateKottieCompositionAsState(
    composition: Any?,
    speed: Float = 1f,
    iterations: Int = 1,
    isPlaying: Boolean = true,
    restartOnPlay: Boolean = true
): State




© 2015 - 2025 Weber Informatics LLC | Privacy Policy