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