2

I want to make an animation e.g. showing something from very small in size to normal size and then repeat (loop) a set of frames.

Is that possible just by using AE + Bodymovin?

I know I can set the frame 0 to 100 and then loop between 101 to 300 frame but it would be nice if there was some kind of way to specify it inside the json file.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Brian Chu
  • 113
  • 9

1 Answers1

1
ivIconVoice.playAnimation()

Set Frame Min and Max value.

ivIconVoice.setMinAndMaxFrame(65, 90)
TylerH
  • 20,799
  • 66
  • 75
  • 101
Mirza Adil
  • 352
  • 5
  • 9