Lines Matching refs:to

14 CDN hosted slick is a great way to get set up quick:
43 PLEASE review CONTRIBUTING.markdown prior to requesting a feature, filing a pull request or filing …
47 …w add settings using the data-slick attribute. You still need to call $(element).slick() to initia…
83 … | <button type="button" class="slick-prev">Previous</button> | Allows you to select a node or cus…
84 …ect) | <button type="button" class="slick-next">Next</button> | Allows you to select a node or cus…
86 initialSlide | integer | 0 | Slide to start on
90 respondTo | string | 'window' | Width that responsive object responds to. Can be 'window', 'slider'…
91 …Enables settings sets at given screen width. Set settings to "unslick" instead of an object to dis…
92 rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how man…
95 slidesToShow | int | 1 | # of slides to show at a time
96 slidesToScroll | int | 1 | # of slides to scroll at a time
99 swipeToSlide | boolean | false | Swipe to slide irrespective of slidesToScroll
105 verticalSwiping | boolean | false | Changes swipe direction to vertical
106 rtl | boolean | false | Change the slider's direction to become right-to-left
107 waitForAnimate | boolean | true | Ignores requests to advance the slide while animating
157 This new syntax allows you to call any internal slick method as well:
173 …o | index : int, dontAnimate : bool | Goes to slide by index, skipping animation if second paramet…
175 … index, or before if addBefore is set. If no index is provided, add to the end or to the beginning…
176 …index, or the first slide if no index is specified. If removeBefore is set to false, remove the sl…
180 … : depends on option, refresh : boolean | Sets an option live. Set refresh to true if it is an opt…