blob: 5962dd50032022694ea659fd71c6ca94981ebd21 [file] [log] [blame]
package com.airbnb.lottie.compose
import android.content.Context
object LottieConstants {
/**
* Use this with [animateLottieCompositionAsState]'s iterations parameter to repeat forever.
*/
const val IterateForever = Integer.MAX_VALUE
}