Skip to content

Commit 4c23e2d

Browse files
committed
Update README.md
1 parent 2f53d7a commit 4c23e2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ AnimateLabel
22
==========================================
33
Basic animating label which keeps changing its text from an array of text. Various types of animations are available.
44

5+
Types of avilable animations.
56
* ATAnimationTypeFadeInOut
67
* ATAnimationTypeSlideLeftInLeftOut
78
* ATAnimationTypeSlideRightInRightOut
@@ -11,8 +12,8 @@ Basic animating label which keeps changing its text from an array of text. Vario
1112
* ATAnimationTypeSlideRightInLeftOut
1213
* ATAnimationTypeSlideBottomInTopOut
1314
* ATAnimationTypeSlideTopInBottomOut
14-
*
1515

16+
Example:
1617
```objective-c
1718
[self.animatedLabel animateWithWords:@[
1819
@"Alabama",

0 commit comments

Comments
 (0)