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

commonMain.KottieAnimation.kt Maven / Gradle / Ivy

There is a newer version: 1.9.6
Show newest version
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color

@Composable
expect fun KottieAnimation(
    modifier: Modifier,
    composition: Any?,
    progress: () -> Float,
    backgroundColor: Color = Color.Transparent
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy