How to make a POPAnimation loop
Asked Answered
C

1

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.

Cosher answered 24/9, 2014 at 15:0 Comment(2)
possible duplicate of Create an endless animation with pop?Blitzkrieg
Doesn't have a easy way?Cosher
B
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.

Blitzkrieg answered 27/9, 2014 at 2:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.