Package 

Interface LottieAnimationState

  • All Implemented Interfaces:
    androidx.compose.runtime.State

    @Stable() 
    public interface LottieAnimationState
     implements State<Float>
                        

    LottieAnimationState is a value holder that contains information about the current Lottie animation.

    The primary values are LottieAnimationState.progress and LottieAnimationState.composition. These value should be passed into the main LottieAnimation composable.