File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ For instance,
8181
8282``` javascript
8383$ (function () {
84- $ (" .bg" ).bgSlideShow ({
85- transitionSpeed : 3000
86- });
84+ $ (" .bg" ).bgSlideShow ({
85+ transitionSpeed : 3000
86+ });
8787});
8888
8989< div class = ' bg' data- transitionSpeed= 5000 > content< div>
@@ -92,7 +92,7 @@ $(function () {
9292
9393The following are options used to define which background image and transitions are used.
9494
95- > ** current ** or ** data-current** (default: 0) [ Number]
95+ > ** current** or ** data-current** (default: 0) [ Number]
9696>> Given the list of images, current defines which image to use first. If ` randomize ` is set to ` true ` , then current is not used.
9797
9898> ** images** or ** data-images** (default: [ ] ) [ Array of Strings]
You can’t perform that action at this time.
0 commit comments