Add loopAnimation default value in documentation

This commit is contained in:
Iulian Onofrei
2018-04-03 13:07:43 +03:00
committed by GitHub
parent 8c9a728676
commit 54bfbb2b1d

View File

@@ -46,7 +46,7 @@ typedef void (^LOTAnimationCompletionBlock)(BOOL animationFinished);
/// Flag is YES when the animation is playing
@property (nonatomic, readonly) BOOL isAnimationPlaying;
/// Tells the animation to loop indefinitely.
/// Tells the animation to loop indefinitely. Defaults to NO.
@property (nonatomic, assign) BOOL loopAnimation;
/// The animation will play forward and then backwards if loopAnimation is also YES