jquery cycle scrollright not working?
i downloaded jquery cycle plugin and added it to my site when i used fx as 'trundown' it worked fine but when i used fx as 'scrollright' its not working?
<script type="text/javascript">
$(document).ready(function () {
$('.pics').cycle({
fx: 'scrollRight',
next: '#pics',
timeout: 0,
easing: 'easeInOutBack'
// choose your transition type, ex: fade, scrollUp, shuffle, etc...
});
});
</script>