blob: 12f308e4429b65436dbb8e8d749b358a01b6b82f [file] [log] [blame]
package com.airbnb.lottie.compose
object LottieConstants {
/**
* Use with [animateLottieComposition]#repeatCount to repeat forever.
*/
const val RepeatForever = Integer.MAX_VALUE
}