xref: /aosp_15_r20/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/LottieConstants.kt (revision bb5273fecd5c61b9ace70f9ff4fcd88f0e12e3f7)
1 package com.airbnb.lottie.compose
2 
3 import android.content.Context
4 
5 object LottieConstants {
6     /**
7      * Use this with [animateLottieCompositionAsState]'s iterations parameter to repeat forever.
8      */
9     const val IterateForever = Integer.MAX_VALUE
10 }