blob: 9ca32d989f9384cb35c6995fb07a5d64ef3b8970 [file] [log] [blame]
package com.airbnb.lottie.compose
object LottieConstants {
/**
* Use this with [animateLottieComposition#iterations] to repeat forever.
*/
const val IterateForever = Integer.MAX_VALUE
}