List effects of Nivo Slider



Nivo slider is really nice slider html using javascript.
Nivo Slider is the world's most popular jQuery image slider, and it's completely free!

Here the effects parameter can be any of the following:

  • random
  • sliceDown
  • sliceDownLeft
  • sliceUp
  • sliceUpLeft
  • sliceUpDown
  • sliceUpDownLeft
  • fold
  • fade
  • random
  • slideInRight
  • slideInLeft
  • boxRandom
  • boxRain
  • boxRainReverse
  • boxRainGrow
  • boxRainGrowReverse

You can use random to view effect turn or you can use one of them.

Check your code and look for this to use that:
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>


You have to call the 'effect' option and then you can set it.
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider({
effect:'random'
});
});
</script>


Good luck!
Official wiyono blog