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.textile
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
h2. AnythingSlider jQuery Plugin
1
+
h1. AnythingSlider jQuery Plugin
2
2
3
-
A very robust jQuery-based slider plugin. Need to link to a specific slide? No problem. Like a choice of themes? Got it. Need callbacks for when specific slider actions happen? Sure. Need custom tab names? You got it. Need more than one slider per page? Easy.
3
+
A very robust jQuery-based slider plugin. Need to link to a specific slide? No problem. Like a choice of themes? Got it. Need callbacks for when specific slider actions happen? Sure. Need custom tab names? You got it. Need more than one slider per page? Easy.
4
4
5
5
* Having problems with installing or getting the plugin to work? Ask your question in the "CSS-Tricks forums":http://css-tricks.com/forums/ or on "StackOverflow":http://stackoverflow.com/questions/tagged/anythingslider
6
6
* Find a bug or have an enhancement request? Submit it "here":https://github.com/CSS-Tricks/AnythingSlider/issues
<h5><ahref="http://css-tricks.com/examples/AnythingSlider/">Original</a> By <ahref="http://css-tricks.com">Chris Coyier</a>,
151
-
expanded upon by <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Credits">many others</a></h5>
151
+
expanded upon by <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Credits">many others</a></h5>
152
152
153
153
<h1>AnythingSlider</h1>
154
154
@@ -263,7 +263,7 @@ <h2>Features</h2>
263
263
<li>Use keyboard navigation or tabs that are built and added dynamically (any number of panels).</li>
264
264
<li>Link to specific slides or go forward or back one slide from static text links - go to <ahref="#" id="slide-jump">Slide 4</a> (Quote #2) in second example.</li>
265
265
<li>Each panel has a hashtag (can link directly to specific panels) or use the ID of an element inside the panel.</li>
266
-
<li>Optional custom function for <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Navigation-Options">formatting navigation text</a>.</li>
266
+
<li>Optional custom function for <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Navigation-Options">formatting navigation text</a>.</li>
267
267
<li>Auto-playing slideshow (optional feature, can start playing or stopped).</li>
268
268
<li>Pauses slideshow on hover (optional).</li>
269
269
<li>Optionally play the slideshow once through, stopping on the last page.</li>
@@ -275,7 +275,7 @@ <h2>Features</h2>
275
275
276
276
<aname="default-options"></a>
277
277
<h2>Default Options</h2>
278
-
See the documentation for complete description of these options (<ahref="https://github.com/ProLoser/AnythingSlider/wiki/Appearance-Options">appearance</a>, <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Navigation-Options">navigation</a>, <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Slideshow-Options">slideshow</a>, <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Callbacks-and-Events">callbacks & events</a>, <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Video">video</a>, <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Interactivity-and-Miscellaneous-Options">interativity & misc</a>).<br>
278
+
See the documentation for complete description of these options (<ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Appearance-Options">appearance</a>, <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Navigation-Options">navigation</a>, <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Slideshow-Options">slideshow</a>, <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Callbacks-and-Events">callbacks & events</a>, <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Video">video</a>, <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Interactivity-and-Miscellaneous-Options">interativity & misc</a>).<br>
279
279
<br>
280
280
<blockquote>
281
281
<preclass="js">$('#slider').anythingSlider({
@@ -363,27 +363,34 @@ <h2>Default Options</h2>
363
363
<aname="known-issues"></a>
364
364
<h2>Known Issues</h2>
365
365
<ul>
366
-
<li>Please refer to the <ahref="https://github.com/ProLoser/AnythingSlider/wiki">documentation</a>.</li>
366
+
<li>Please refer to the <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki">documentation</a>.</li>
367
367
</ul>
368
368
369
369
<aname="changelog"></a>
370
370
<h2>Changelog</h2>
371
371
372
-
Only the latest versions will be shown here. See the <ahref="https://github.com/ProLoser/AnythingSlider/wiki/Change-Log">full change log here</a>.<br>
372
+
Only the latest versions will be shown here. See the <ahref="https://github.com/CSS-Tricks/AnythingSlider/wiki/Change-Log">full change log here</a>.<br>
373
373
<br>
374
374
375
+
<h3>Moved Repo!</h3>
376
+
<ul>
377
+
<li>The AnythingSlider repo was "moved" from ProLoser/AnythingSlider to CSS-Tricks/AnythingSlider.</li>
378
+
<li>Due to an issue, the repository was removed and all issues and links were lost, sorry for the inconvenience.</li>
379
+
<li>The Wiki documents have been replaced, but as all of the jsFiddle demos were targetting the files from the previous location, they are most likely all broken. I will slowly update these demos and links as time permits.</li>
380
+
</ul>
381
+
375
382
<h3>Version 1.8.6</h3>
376
383
<ul>
377
384
<li>Animation time can now be set to zero when using the API method.</li>
378
-
<li>Fixed IE9 flashing in fade mode. Fix for <ahref="https://github.com/ProLoser/AnythingSlider/issues/377">issue #377</a>.</li>
385
+
<li>Fixed IE9 flashing in fade mode. Fix for <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/377">issue #377</a>.</li>
379
386
<li>Modified fade mode to use the <code>resumeOnVisible</code> option:
380
387
<ul>
381
388
<li>If the option is true, non-current panels will have an opacity of zero and be hidden by having a lower z-index.</li>
382
389
<li>If <code>resumeOnVisible</code> is <code>false</code> all non-current panels will be hidden. But because they are hidden (display:none), all videos will restart when they become visible again and there is no way to control it.</li>
383
390
<li>Hopefully setting the option to false will fix the issues that mobile devices are having with video.</li>
384
391
</ul>
385
392
</li>
386
-
<li>Fade mode no longer uses css to set the opacity. Hopefully this will fix <ahref="https://github.com/ProLoser/AnythingSlider/issues/379">issue #379</a>.</li>
393
+
<li>Fade mode no longer uses css to set the opacity. Hopefully this will fix <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/379">issue #379</a>.</li>
387
394
<li>Updated the wiki documentation to include API functions.</li>
388
395
</ul>
389
396
@@ -395,24 +402,24 @@ <h3>Version 1.8.5</h3>
395
402
<li>If true, the plugin will allow the user to rapidly click on the navigation tabs or arrows to skip slides quickly. The animation will jump to the end, so it may not appear as smooth when this option is false.</li>
396
403
</ul>
397
404
</li>
398
-
<li>When using fade mode, the links in the first panel will now work properly. Fixes <ahref="https://github.com/ProLoser/AnythingSlider/issues/346">issue #346</a>.</li>
399
-
<li>When <code>showMultiple</code> and <code>changeBy</code> are more than one, and <code>infiniteSlides</code> is false, the slider will now properly show all of the slides. Fixes <ahref="https://github.com/ProLoser/AnythingSlider/issues/356">issue #356</a>. Thanks to <ahref="https://github.com/NewMediaRoc">NewMediaRoc</a> for sharing the code!</li>
405
+
<li>When using fade mode, the links in the first panel will now work properly. Fixes <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/346">issue #346</a>.</li>
406
+
<li>When <code>showMultiple</code> and <code>changeBy</code> are more than one, and <code>infiniteSlides</code> is false, the slider will now properly show all of the slides. Fixes <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/356">issue #356</a>. Thanks to <ahref="https://github.com/NewMediaRoc">NewMediaRoc</a> for sharing the code!</li>
400
407
</ul>
401
408
402
409
<h3>Version 1.8.4</h3>
403
410
<ul>
404
-
<li>The anythingControls div will no longer be added to the markup when empty. Fixes <ahref="https://github.com/ProLoser/AnythingSlider/issues/342">issue #342</a>.</li>
405
-
<li>Fixed error that occurs when buildArrows is false and stopAtEnd is true. Fix for <ahref="https://github.com/ProLoser/AnythingSlider/issues/343">issue #343</a>. Thanks to <ahref="https://github.com/lhwparis">lhwparis</a> for the code!</li>
411
+
<li>The anythingControls div will no longer be added to the markup when empty. Fixes <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/342">issue #342</a>.</li>
412
+
<li>Fixed error that occurs when buildArrows is false and stopAtEnd is true. Fix for <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/343">issue #343</a>. Thanks to <ahref="https://github.com/lhwparis">lhwparis</a> for the code!</li>
406
413
</ul>
407
414
408
415
<h3>Version 1.8.3</h3>
409
416
<ul>
410
-
<li>Fixed fade mode animation bug. It should now behave as the other modes in that rapid panel changes are ignored. Fixes <ahref="https://github.com/ProLoser/AnythingSlider/issues/340">issue #340</a> (and maybe issues #338 & #339?).</li>
417
+
<li>Fixed fade mode animation bug. It should now behave as the other modes in that rapid panel changes are ignored. Fixes <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/340">issue #340</a> (and maybe issues #338 & #339?).</li>
411
418
</ul>
412
419
413
420
<h3>Version 1.8.2</h3>
414
421
<ul>
415
-
<li>Fixed <code>autoPlay</code> option. Fix for <ahref="https://github.com/ProLoser/AnythingSlider/issues/331">issue #331</a>.</li>
422
+
<li>Fixed <code>autoPlay</code> option. Fix for <ahref="https://github.com/CSS-Tricks/AnythingSlider/issues/331">issue #331</a>.</li>
416
423
<li>Removed IE conditional comments from demo files.</li>
0 commit comments