0

I'm exploring the possibility of combining two animations into a single one for a LottieAnimationView. With this we could ideally create dynamic animations by splitting long animations into sections and building on the fly. Does anyone know if this is possible?

TylerH
  • 20,799
  • 66
  • 75
  • 101

1 Answers1

0

why don't you use setminandsetMinAndMaxProgress(0,0.5f) you can call that your first animation and setminandsetMinAndMaxProgress(0.5f,1f) that your second animation

Nour abo elsoud
  • 967
  • 1
  • 9
  • 16