-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
544 lines (515 loc) · 34.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"/>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet" type="text/css"/>
<link href="./css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="wrapper">
<header><a name="top-of-page" id="top-of-page"></a>
<nav class="primary1"><a href="./index.html" alt="Home Page" class="logoBuild">
<h1>ThreeSixtyFlow</h1></a><a href="./index.html#options">Featured Options</a><a href="https://github.com/sunnylam13/ThreeSixtyFlow.js">Documentation</a>
</nav>
<aside>
<p>3D Carousel Slider <span>Without </span>Doing the Math or the Animations</p>
</aside>
</header>
</div>
<!-- earliest original was mostly CSS based and forked from http://codepen.io/dudleystorey/pen/kiajB-->
<section class="primaryDemo1">
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel primaryExp1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<div class="wrapper">
<main>
<!--//////////////////////////////////////////-->
<!-- Intro-->
<!--//////////////////////////////////////////-->
<section id="introduction">
<p>ThreeSixtyFlow.js gives you the ability to quickly and easily add 3D carousel sliders to your website <span class="italicIt">without</span> having to: </p>
<ul>
<li>Do the math for Javascript or CSS transforms yourself. (If you hate doing math yet want your gallery to appear like it's floating in space this plugin is for you.)</li>
<li>Figure out how to position the slider buttons using CSS for up-down or right-left scrolling. (CSS flexbox solves all your positioning and responsive woes and you can switch these controls on or off using simple true/false statements -- use them only if you need them.)</li>
<li>Craft your own animation sequence to make the 3D carousel move on its own.</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END Intro-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- What Else Can It Do For You?-->
<!--//////////////////////////////////////////-->
<section id="otherBenefits">
<h2>What Else Can It Do For You?</h2>
<p>The plugin will...</p>
<ul>
<li>Show more than just images... you can also use other kinds of element blocks as "slides". (Simply change the 'itemTarget'.)</li>
<li>Display dozens of images or other element blocks -- ThreeSixtyFlow adapts and expands to hold them all with plenty of space in between thanks to the power of math.</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END What Else Can It Do For You?-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- What This Plugin Does Not Do-->
<!--//////////////////////////////////////////-->
<section id="whatItsNot">
<h2>What This Plugin Does Not Do</h2>
<p>This plugin isn't for every developer's case.</p>
<ul>
<li>The carousel doesn't slide to the next image when it is vertical in any way due to a limitation on the way "transform-origin" works.</li>
<li>If you set the carousel to be perfectly vertical on the screen like a pole, the images will rotate so that they're in the right orientation however it's not perfect... yet.</li>
<li>The size of image items or other display items is limited to 425px at this time. (You can change this in the CSS however you'll have to play with the "translateY" and "translateX" plugin options -- see below.)</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END What This Plugin Does Not Do-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!--/// INSTALL-->
<!--/////////////////////////////////////////////-->
<section id="install-threeSixty">
<h2 id="install-download">Download</h2>
<ul>
<li>SCSS/SASS
<ul class="download-submenu">
<li><a href="https://github.com/sunnylam13/ThreeSixtyFlow.js/blob/master/css/partials/360main.scss">360main.scss</a></li>
</ul>
</li>
<li>Javascript
<ul class="download-submenu">
<li><a href="https://github.com/sunnylam13/ThreeSixtyFlow.js/blob/master/js/360main.js">360main.js</a>un-minified</li>
</ul>
</li>
</ul>
<p>Or download it directly from <a href="https://github.com/sunnylam13/ThreeSixtyFlow.js/archive/master.zip">GitHub</a>.</p>
</section>
<!--/////////////////////////////////////////////-->
<!--/// END INSTALL-->
<!--/////////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- How to Use It-->
<!--//////////////////////////////////////////--><a name="get-started"></a>
<section id="howToUseIt">
<h2 id="get-started">How to Use It</h2>
<h3>HTML</h3>
<p>First setup your HTML file to:</p>
<ul>
<li>have one parent element with the id of <span class="codeIt1">.carousel</span> (the <span class="codeIt1">.carousel</span> is a <span class="boldIt">must have</span> class)</li>
<li>under the parent, have a child list <span class="codeIt1">ul</span> with id of <span class="codeIt1">.spinner</span> (the <span class="codeIt1">.spinner</span> is needed for this plugin so it's a <span class="boldIt">must have</span> class... also recommend using <span class="codeIt1">ul</span>)</li>
<li>have each of your images (or element blocks) inside of each of the <span class="codeIt1">li</span> elements</li>
</ul>
<p><span class="boldIt">NOTE</span>: If you're displaying something other than images, you'll need to change the option of <span class="codeIt1">itemTarget</span> from the default <span class="codeIt1">.spinner img</span> to <span class="codeIt1">.spinner [class/ID of block]</span>.</p>
<p>This might look something like (omitting the < and >):</p>
<pre>section id="carousel"
ul id="spinner"
li
img src='http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://demosthenes.info/assets/images/wanaka-tree.jpg" data-captionmodalinfo="Wanaka Tree"/''
ul
section</pre>
<p><span class="italicIt">You can also view this example </span><a href="https://github.com/sunnylam13/ThreeSixtyFlow.js/#html-code-example-1">here</a>.</p>
<p>You can have as many 3D carousels you want as long as you follow the above structure each time.</p>
<p>NOTE: If you want the modal ability to work, you can supply two data attributes <span class="codeIt1">data-imagemodallink</span> (for a link to the larger version of your carousel image for example) and <span class="codeIt1">data-captionmodalinfo</span> (for caption text). </p>
<h4>Jade Note</h4>
<p>The original Jade node templating files I used are provided as well.</p>
<p>You will find most of the test/demo code in <span class="codeIt1">mixins.project.041415.1.jade</span> , <span class="codeIt1">index.jade</span>.</p>
<h3>CSS</h3>
<p>The original CSS code was written with SCSS however it was compiled to an un-minified version (<span class="codeIt1">style.css</span>).</p>
<p>The un-minified CSS however lacks any comments.</p>
<p>If you want to change the stylesheet you should reference `style.css` and overwrite the properties in your own customized stylesheet that is loaded last in your HTML or Jade file.</p>
<p>NOTE: The stylesheet does import Font Awesome 4.3.0 for the slider buttons.</p>
<h4>SCSS/SASS</h4>
<p>If you use SCSS/SASS, the file to reference is <span class="codeIt1">360main.scss</span> in the <span class="codeIt1">css/partials/</span> folder.</p>
<p>As with CSS, you should write your own customized CSS code that comes last and overrides the plugin code.</p>
<h3 id="init-jquery">Javascript</h3>
<p>The Javascript is un-minified so if you need to "peek under the hood" you shouldn't have any trouble.</p>
<p>What follows are use cases.</p><a name="init-jquery"></a>
<p>To use the plugin simply give it a reference.</p>
<p>For example:</p>
<pre>
var $parentElement = $('#carousel');
$parentElement.threeSixtyDim();</pre>
<p>This will create your ThreeSixtyFlow carousel with the default options.</p><a name="passing-options-jquery" id="passing-options-jquery"></a>
<p>What if you don't want the default settings?</p>
<p>You can pass options to the plugin using an object.</p>
<p><span class="boldIt">Example</span>: Setting the carousel to automatically scroll and rotate to the right.</p>
<pre>var $parentElement = $('#carousel');
var tDOptions = {
autoScrollHorizontalEnable: true,
autoScrollToRight: true
};
$parentElement.threeSixtyDim(tDOptions);</pre>
<p>or...</p>
<pre>var $parentElement = $('#carousel');
$parentElement.threeSixtyDim({
autoScrollHorizontalEnable: true,
autoScrollToRight: true
});</pre>
<p>The full list of options can be found <a href="https://github.com/sunnylam13/ThreeSixtyFlow.js/#three-sixty-options">here</a>.</p>
</section>
<!--//////////////////////////////////////////-->
<!-- END How to Use It-->
<!--//////////////////////////////////////////--><a name="featured-options"></a>
<h2 id="featured-options">Featured Options</h2>
<!--//////////////////////////////////////////-->
<!-- Carousel Resizing-->
<!--//////////////////////////////////////////-->
<section class="carouselDemo1">
<h3 id="carousel-resizing">Carousel Resizing</h3>
<p>You don't have to re-size the carousel using CSS. You can make your adjustments by changing the <span class="codeIt1">carouselWidth</span> and <span class="codeIt1">carouselHeight</span> options.</p>
<p>In the example below we slash the width to 50% of the view area.</p>
<pre>t6D3.carouselRef1 = $('.carousel.carouselDim1');
t6D3.carouselRef1DemoSet = {
// carousel parent
carouselDimensionSet: true,
carouselWidth: "50%",
carouselHeight: "50vh"
};
t6D3.carouselRef1.threeSixtyDim(t6D3.carouselRef1DemoSet);</pre>
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel carouselDim1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<!--//////////////////////////////////////////-->
<!-- END Carousel Options-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- Vertical Ring Options-->
<!--//////////////////////////////////////////-->
<section class="verticalDemoOpt1">
<h3 id="vertical-ring">Vertical Ring</h3>
<p>You can change the initial position of the carousel ring... all the way to a straight vertical line.</p>
<p>At this time the ring doesn't slide up and down like you would expect however this has potential to create a ferris wheel like effect.</p>
<p>Check back later!</p>
<p>To make the changes below simply set <span class="codeIt1"> changeInitialRingPosition</span> to <span class="codeIt1">true</span> , give <span class="codeIt1">rotateX</span> and <span class="codeIt1">rotateY</span> a <span class="codeIt1">deg</span> value and ... set <span class="codeIt1">rotateZImages</span> to <span class="codeIt1">true</span> .</p>
<pre>t6D3.carouselRef2 = $('.carousel.verticalRing1');
t6D3.carouselRef2DemoSet = {
changeInitialRingPosition: true,
rotateX: -90,
rotateY: 90,
carouselDimensionSet: true,
carouselHeight: "100vh",
rotateZImages: true
};
t6D3.carouselRef2.threeSixtyDim(t6D3.carouselRef2DemoSet);</pre>
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel verticalRing1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<!--//////////////////////////////////////////-->
<!-- END Vertical Ring-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- Spinner Options-->
<!--//////////////////////////////////////////-->
<section class="changeInitial1">
<h3 id="change-initial-one">Change Initial Position</h3>
<pre>t6D3.carouselRef3 = $('.carousel.verticalSlash1');
t6D3.carouselRef3DemoSet = {
changeInitialRingPosition: true,
rotateX: -45,
rotateY: 90,
carouselDimensionSet: true,
carouselHeight: "100vh",
rotateZImages: true
};
t6D3.carouselRef3.threeSixtyDim(t6D3.carouselRef3DemoSet);</pre>
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel verticalSlash1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<!--//////////////////////////////////////////-->
<!-- END Spinner Options-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- AUTO SCROLL HORIZONTAL-->
<!--//////////////////////////////////////////-->
<section class="scrollHorizontal1">
<h3 id="auto-scroll-horizontal">Auto Scroll Horizontal</h3>
<pre>t6D3.carouselRef4 = $('.carousel.autoScrollH1');
t6D3.carouselRef4DemoSet = {
autoScrollHorizontalEnable: true,
autoScrollHorizontalTime: 3000,
autoScrollPauseEnabled: true,
sliderButtonsUpDownEnable: false
};
t6D3.carouselRef4.threeSixtyDim(t6D3.carouselRef4DemoSet);</pre>
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel autoScrollH1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<!--//////////////////////////////////////////-->
<!-- END AUTO SCROLL HORIZONTAL-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- AUTO SCROLL VERTICAL-->
<!--//////////////////////////////////////////-->
<section class="scrollVertical1">
<h3 id="auto-scroll-vertical">Auto Scroll Vertical</h3>
<pre>t6D3.carouselRef5 = $('.carousel.autoScrollV1');
t6D3.carouselRef5DemoSet = {
autoScrollVerticalEnable: true,
autoScrollVerticalTime: 100,
autoScrollPauseEnabled: true,
sliderButtonsRightLeftEnable: false
};
t6D3.carouselRef5.threeSixtyDim(t6D3.carouselRef5DemoSet);</pre>
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel autoScrollV1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<!--//////////////////////////////////////////-->
<!-- END AUTO SCROLL VERTICAL-->
<!--//////////////////////////////////////////-->
<!--//////////////////////////////////////////-->
<!-- AUTO SCROLL HORIZONTAL AND VERTICAL-->
<!--//////////////////////////////////////////-->
<section class="scrollHV1">
<h3 id="auto-scroll-hv1">Auto Scroll Horizontal and Vertical</h3>
<pre>t6D3.carouselRef6 = $('.carousel.autoScrollHV1');
t6D3.carouselRef6DemoSet = {
// horizontal
autoScrollHorizontalEnable: true,
autoScrollHorizontalTime: 200,
autoScrollPauseEnabled: true,
sliderButtonsUpDownEnable: false,
// vertical
autoScrollVerticalEnable: true,
autoScrollVerticalTime: 100,
autoScrollPauseEnabled: true,
sliderButtonsRightLeftEnable: false
};
t6D3.carouselRef6.threeSixtyDim(t6D3.carouselRef6DemoSet);</pre>
<!--//////////////////////////////////////////-->
<!-- 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
<section class="carousel autoScrollHV1">
<ul class="spinner">
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/still-lake.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/pink-milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Milford Sound"/>
</li>
<li><img src="http://demosthenes.info/assets/images/paradise.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Paradise Lost"/>
</li>
<li><img src="http://demosthenes.info/assets/images/morekai.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Morekai"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milky-blue-lagoon.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700"/>
</li>
<li><img src="http://demosthenes.info/assets/images/lake-tekapo.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Tekapo"/>
</li>
<li><img src="http://demosthenes.info/assets/images/wanaka-tree.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Wanaka Tree"/>
</li>
<li><img src="http://demosthenes.info/assets/images/milford-sound.jpg" alt="" data-imagemodallink="http://lorempixel.com/1400/700" data-captionmodalinfo="Lake Sound"/>
</li>
</ul>
</section>
<!--//////////////////////////////////////////-->
<!-- END 360 CAROUSEL PLUGIN-->
<!--//////////////////////////////////////////-->
</section>
<!--//////////////////////////////////////////-->
<!-- END AUTO SCROLL HORIZONTAL AND VERTICAL-->
<!--//////////////////////////////////////////-->
</main>
<aside class="sidebar1">
<nav>
<ul>
<li><a href="#install-threeSixty">Install</a>
<ul class="side-submenu">
<li><a href="#install-download">Download</a></li>
</ul>
</li>
<li><a href="#get-started">Getting Started</a>
<ul class="side-submenu">
<li><a href="#init-jquery">Initalize with jQuery</a></li>
<li><a href="#passing-options-jquery">Passing Options</a></li>
</ul>
</li>
<li><a href="#featured-options">Featured Options</a></li>
<li><a href="#featured-options">ThreeSixtyFlow in Use</a>
<ul class="side-submenu">
<li><a href="#carousel-resizing">Carousel Resizing</a></li>
<li><a href="#vertical-ring">Vertical Ring</a></li>
<li><a href="#change-initial-one">Change Initial Position</a></li>
<li><a href="#auto-scroll-horizontal">Auto Scroll Horizontal</a></li>
<li><a href="#auto-scroll-vertical">Auto Scroll Vertical</a></li>
<li><a href="#auto-scroll-hv1">Auto Scroll Horizontal and Vertical</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
</div>
<div class="wrapper">
<footer>
<nav class="primary1"><a href="./index.html" alt="Home Page" class="logoBuild">
<h1>ThreeSixtyFlow</h1></a><a href="./index.html#options">Featured Options</a><a href="https://github.com/sunnylam13/ThreeSixtyFlow.js">Documentation</a>
</nav>
<aside class="contact">
<p>Follow <a href="http://twitter.com/sunnylam">@sunnylam on Twitter for updates</a>.</p>
<p>Help improve this plugin, issue a <a href="https://github.com/sunnylam13/ThreeSixtyFlow.js/pulls">pull request</a>.</p>
</aside><a href="#top-of-page">Back to Top</a>
</footer>
</div>
<!-- SCRIPTS-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="./js/jquery.sticky.js"></script>
<script type="text/javascript" src="./js/jquery.smooth-scroll.min.js"></script>
<script type="text/javascript" src="./js/360main.js"></script>
<script type="text/javascript" src="./js/scripts.js"></script>
</body>
</html>