commonMain.kottieComposition.animateKottieCompositionAsState.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kottie Show documentation
Show all versions of kottie Show documentation
Kotlin Multiplatform Animation Library
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