Browse Source

fadetime back to 300ms

pull/7/head
Viljami S 13 years ago
parent
commit
b30c35bdb2
  1. 2
      example/index.html

2
example/index.html

@ -14,7 +14,7 @@
$("#slides").responsiveSlides({ maxwidth:800 });
// Slideshow 2
$("#slides2").responsiveSlides({ fade:400, auto:false, maxwidth:540, namespace: 'anotherslideshow' });
$("#slides2").responsiveSlides({ fade:300, auto:false, maxwidth:540, namespace: 'anotherslideshow' });
});
</script>

Loading…
Cancel
Save