Skip to content

Commit

Permalink
change log corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Apr 27, 2012
1 parent 51de7b7 commit 2849a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h3>Version 1.8</h3>
<li>When set to "horizontal" (or just "h") the slider will behave as normally, sliding left and right.</li>
<li>When set to "vertical" (or just "v") the slider will slide panels vertically. This option replaces the <code>vertical</code> option.</li>
<li>With this option set to "fade" (or just "f"), the slider will cross-fade from the current image to the next. When the slider is in "fade" mode, it will override the <code>infiniteSlides</code> and <code>showMultiple</code> options.</li>
<li>Updated the <a href="http://proloser.github.com/AnythingSlider/simple.html">Simple Demo</a> to use the new cross-fade mode.</li>
<li>Updated the second <a href="http://proloser.github.com/AnythingSlider/index.html">main demo</a> to use the new cross-fade mode.</li>
<li>This option was inspired by Jamy Golden's <a href="https://github.com/JamyGolden/PlusSlider">PlusSlider</a>.</li>
</ul>
<li>Added <code>anythingSlider-hovered</code> class which is applied to the outer wrapper when the slider is being hovered over - in case you want to apply some css3 animations.</li>
Expand All @@ -403,6 +403,7 @@ <h3>Version 1.8</h3>
<li>Fixed arrows appended outside of the slider not getting the "disabled" class. Fix for <a href="https://github.com/ProLoser/AnythingSlider/issues/315">issue #315</a>.</li>
<li>Fixed an issue with the incorrect width being set on the wrapper when <code>showMultiple</code> is greater than one and <code>resizeContents</code> is false with slides of varying width.</li>
<li>Modified hash indexing of the sliders. You shouldn't notice a difference unless you have multiple sliders on a page and initialized them in an order other than from top to bottom.</li>
<li>Modified positioning of the start-stop button so it is now appended to the end of the "anythingControls" div instead of at the beginning.</li>
</ul>

<h3>Version 1.7.27</h3>
Expand Down

0 comments on commit 2849a6c

Please sign in to comment.