You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Complete option usage with data attributes:
64
64
65
65
## Examples
66
66
67
-
Take a look at the [Demo](https://sunil-samuel.github.io/#jquery-rbs)
67
+
Take a look at the [Demo](https://sunil-samuel.github.io/index.html#pages/jquery/rbs.html)
68
68
69
69
The following examples are provided:
70
70
@@ -108,18 +108,18 @@ The following are options used to define which background image and transitions
108
108
>> The type of animation for the transition effect. Currently only 'fade-in' is implemented.
109
109
110
110
> **randomize** or **data-randomize** (default: false) [Boolean]
111
-
>> true - The images selected for the transition are picked randomly and not sequentially.
112
-
>> false - The images selected for the transition are picked sequentially starting from `current`.
111
+
>> ***true*** - The images selected for the transition are picked randomly and not sequentially.<br>
112
+
>> ***false*** - The images selected for the transition are picked sequentially starting from `current`.
113
113
114
114
> **initialBackground** or **data-initialBackground** (default: null) [Number, 'random', url]
115
-
>> If set to anything other than null, then pick a background image from the list of images for the given element.
116
-
>> Number - A number between 0 and the length of the `images` array. [0, images.length). The background of the element is set to this image in the `images` array.
117
-
>> 'random' - The word 'random' indicate to pick a random image from the list of images in the `images` array to use as the initial background.
118
-
>> image url - The url to an image will be used as the background image for this element.
115
+
>> If set to anything other than null, then pick a background image from the list of images for the given element.<br>
116
+
>> ***Number*** - A number between 0 and the length of the `images` array. [0, images.length). The background of the element is set to this image in the `images` array.<br>
117
+
>> ***'random'*** - The word 'random' indicate to pick a random image from the list of images in the `images` array to use as the initial background.<br>
118
+
>> ***image url*** - The url to an image will be used as the background image for this element.
119
119
120
120
> **debug** or **data-debug** (default: false) [Boolean]
121
-
>> true - Print debug messages to the log.console for debugging purposes.
122
-
>> false - No debug messages
121
+
>> ***true*** - Print debug messages to the console.log for debugging purposes.<br>
0 commit comments