summaryrefslogtreecommitdiff
path: root/slideshows/advanced/template/slides.js
blob: bff87e2ec5bacd652122155fe57d0a9820a71f8b (plain)
1
2
3
4
5
6
7
$(document).ready(function() {

	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 10000
	});
});