Navigation
<script>
jQuery(document).ready(function($) {
$("#slider-wrapper").transitionSlider({
// example of navigation options
navigation: {
style: 'effect6',
normal: {
color: '#333333',
backgroundColor: 'rgba(255,255,255,0.5)',
height: '16px',
width: '16px'
},
hover: {
backgroundColor: 'rgba(255,255,255,0.3)',
height: '16px',
width: '16px'
},
},
keyboard: {
enabled: true
}
});
});
</script>Last updated
Was this helpful?