We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f53d7a commit 4c23e2dCopy full SHA for 4c23e2d
README.md
@@ -2,6 +2,7 @@ AnimateLabel
2
==========================================
3
Basic animating label which keeps changing its text from an array of text. Various types of animations are available.
4
5
+Types of avilable animations.
6
* ATAnimationTypeFadeInOut
7
* ATAnimationTypeSlideLeftInLeftOut
8
* ATAnimationTypeSlideRightInRightOut
@@ -11,8 +12,8 @@ Basic animating label which keeps changing its text from an array of text. Vario
11
12
* ATAnimationTypeSlideRightInLeftOut
13
* ATAnimationTypeSlideBottomInTopOut
14
* ATAnimationTypeSlideTopInBottomOut
-*
15
16
+Example:
17
```objective-c
18
[self.animatedLabel animateWithWords:@[
19
@"Alabama",
0 commit comments