5

How can I have a loop animation with Facebook POP framework.

I tried to set NO for a property named removedOnCompletion in the POPBasicAnimation class but It doesn't work.

carbonr
  • 6,049
  • 5
  • 46
  • 73
WilliamZang
  • 300
  • 2
  • 10

1 Answers1

9

Version 1.0.7 of Facebook-POP has been released and now includes repeat functionality and autoreverse.

To create a endlessly repeating animation set

animation.repeatForever = YES;.

There are also properties repeatCount and autoreverses.

carbonr
  • 6,049
  • 5
  • 46
  • 73
combinatorial
  • 9,132
  • 4
  • 40
  • 58