Skip to content

Commit f434757

Browse files
committed
Update README.md
1 parent 6a5d468 commit f434757

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Classes:
2121

2222
You can custom animation behavior by set the below properties.
2323

24-
/// Animation time for a single card animation.
24+
//Animation time for a single card animation.
2525

2626
`public var animationsSpeed = 0.2`
2727

28-
// Defines the card size that will be used. (width, height)
28+
//Defines the card size that will be used. (width, height)
2929

3030
`public var cardSize : (width:CGFloat, height:CGFloat)`
3131

@@ -109,8 +109,6 @@ You could use 'CGFloat(-M_PI) * 0.99' to fix this.
109109

110110
**To-Do List**
111111

112-
~~1. reuse card view~~
113-
114-
2. reorder card view
115-
116-
3. delete and add card view with pan gesture
112+
~~1.reuse card view~~
113+
2.reorder card view
114+
3.delete and add card view with pan gesture

0 commit comments

Comments
 (0)