Skip to content

Commit 980c716

Browse files
author
Peter Tran
committed
Updated README
1 parent 0e1dba0 commit 980c716

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ The HTML/CSS must have the following structure (Note: elements only need to have
2626
div
2727
...
2828
##### Javascript
29-
// all options are optional
3029
$('.wrapper-class').cyclify({
31-
//whether or not to loop when cycle hits endpoints
3230
loop : true,
33-
// name of easing function to use ( default: swing )
3431
transition : 'linear',
35-
// animation time
3632
delay : 100,
37-
//callback on current div ( after cycle )
3833
success : function(current_div) {
3934
alert('the current div is ' + $(current_div));
4035
}

0 commit comments

Comments
 (0)