• 0

Nivo Slider question


Question

I'm using Nivo Slider for my homepage and I'm trying to get the effect to push the image to the right and a new image comes from the left. Does Nivo Sider does this or I need to use something else

.

Link to comment
https://www.neowin.net/forum/topic/1108883-nivo-slider-question/
Share on other sites

2 answers to this question

Recommended Posts

  • 0

If I remember correctly rather than accepting a direction parameter you have to do this in the effect.

<script type="text/javascript">
$(window).load(function() {
    $('#slider').nivoSlider({
        effect: 'random'
});
});
</script>

It accepts slideInRight or slideInLeft.

  • 0

If I remember correctly rather than accepting a direction parameter you have to do this in the effect.

<script type="text/javascript">
$(window).load(function() {
	$('#slider').nivoSlider({
		effect: 'random'
});
});
</script>

It accepts slideInRight or slideInLeft.

That is true but the image goes on top instead of pushing.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.