Hi,
I have a slider which I am working on integrating to my site. The slides however are changing so quick and I dont see any options in the Javascript file to make changes. Its all minified. I have read the documentation that came with it and it seems rather vague.
Below is the code that is inside my head. What do I need to add, so that the slide will stay in place for a few seconds? It changes almost instantly at the moment.
Any help would be much appreciated.Code:<script type='text/javascript'> $.UnoSlider.defaults = { animation: { speed:1000, delay:50, transition: 'fade', variation:'left', pattern: 'chess' } }; $(document).ready(function() { $('#unoslider').unoslider({ width: 960, height: 300, }); }); </script>








Bookmarks