Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed Oct 9, 2015
1 parent aa6cc26 commit 256f6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Classes/BEMCheckBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,21 @@ typedef NS_ENUM(NSInteger, BEMAnimationType) {
*/
BEMAnimationTypeStroke,

/** When tapped, the checkbox is filled from its centered.
/** When tapped, the checkbox is filled from its center.
* Should be used with a colored onFillColor property.
*/
BEMAnimationTypeFill,

/** When tapped, the checkbox is filled from its centered.
* Should be used with a colored onFillColor property.
/** Animates the check mark with a bouncy effect.
*/
BEMAnimationTypeBounce,

/** When tapped, the checkbox is filled from its centered.
/** Morphs the checkmark from a line.
* Should be used with a colored onFillColor property.
*/
BEMAnimationTypeFlat,

/** Animates the box and check as if they were drawn in one line.
/** Animates the box and check as if they were drawn in one continuous line.
* Should be used with a clear colored onFillColor property.
*/
BEMAnimationTypeOneStroke,
Expand Down
Binary file not shown.

0 comments on commit 256f6c9

Please sign in to comment.