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: documentation.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -485,7 +485,7 @@ Whether the user can change the direction of navigation during frames animating
485
485
486
486
Defines a button that when clicked, causes the current frame to animate out and the next to animate in.
487
487
488
-
-`true`: use a next button with the default CSS selector (`.next`).
488
+
-`true`: use a next button with the default CSS selector (`.sequence-next`).
489
489
-`false`: don't use a next button.
490
490
- CSS Selector: Specify a CSS selector to an HTML element you have manually added to the document.
491
491
@@ -500,7 +500,7 @@ Defines a button that when clicked, causes the current frame to animate out and
500
500
501
501
Defines a button that when clicked, causes the current frame to animate out and the previous to animate in.
502
502
503
-
-`true`: use a previous button with the default CSS selector (`.prev`).
503
+
-`true`: use a previous button with the default CSS selector (`.sequence-prev`).
504
504
-`false`: don't use a previous button.
505
505
- CSS Selector: Specify a CSS selector to an HTML element you have manually added to the document.
506
506
@@ -517,7 +517,7 @@ Defines a button that when clicked, causes the current frame to animate out and
517
517
518
518
A CSS selector that, when clicked, causes Sequence to pause the autoPlay feature.
519
519
520
-
-`true`: use a pause button with the default CSS selector (`.pause`).
520
+
-`true`: use a pause button with the default CSS selector (`.sequence-pause`).
521
521
-`false`: don't use a pause button.
522
522
- CSS Selector: Specify a CSS selector to an HTML element you have manually added to the document.
523
523
@@ -536,7 +536,7 @@ Whether frames should stop auto playing when the user hovers over Sequence. auto
536
536
537
537
Display a pause icon when the user hovers over Sequence.
538
538
539
-
-`true`: use a pause icon with the default CSS selector (`.pause-icon`).
539
+
-`true`: use a pause icon with the default CSS selector (`.sequence-pause-icon`).
540
540
-`false`: don't display a pause icon.
541
541
- CSS Selector: Specify a CSS selector to an HTML element you have manually added to the document.
542
542
@@ -551,7 +551,7 @@ Display a pause icon when the user hovers over Sequence.
551
551
#####pagination
552
552
**Type: true/false or a CSS selector, Default: `false`**
553
553
554
-
Pagination associates child elements within the pagination selector (`.pagination` by default) to each frame of Sequence. When a child element is clicked, Sequence will navigate to the frame that is associated with that child element. If `pagination` is `true`, the following HTML can be included in your document to act as pagination:
554
+
Pagination associates child elements within the pagination selector (`.sequence-pagination` by default) to each frame of Sequence. When a child element is clicked, Sequence will navigate to the frame that is associated with that child element. If `pagination` is `true`, the following HTML can be included in your document to act as pagination:
555
555
556
556
<ul class="pagination">
557
557
<li>Frame 1</li>
@@ -567,15 +567,15 @@ When a Sequence frame is navigated to (via any navigation method, such as clicki
0 commit comments