• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 }