We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abc458 commit 6d15f20Copy full SHA for 6d15f20
src/index.d.ts
@@ -55,9 +55,9 @@ export interface FlickityOptions {
55
cellSelector?: string;
56
57
/**
58
- * Zero-based index of the initial selected cell.
+ * Zero-based index or selector string of the initial selected cell.
59
*/
60
- initialIndex?: number;
+ initialIndex?: number | string;
61
62
63
* Enable keyboard navigation. Users can tab to a Flickity gallery, and pressing left & right keys to change cells.
@@ -178,7 +178,7 @@ export interface FlickityOptions {
178
*
179
* default: false
180
181
- pauseAutoPlayOnHover?:boolean;
+ pauseAutoPlayOnHover?: boolean;
182
183
184
* Changes height of carousel to fit height of selected slide.
0 commit comments