Explorar o código

Listing 7.2: a few cycle() options.

Frederic G. MARAND %!s(int64=9) %!d(string=hai) anos
pai
achega
45312ddf1d
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      Chapter 7/07.js

+ 5 - 1
Chapter 7/07.js

@@ -1,3 +1,7 @@
 $(document).ready(function () {
-  $('#books').cycle();
+  $('#books').cycle({
+    timeout: 2000,
+    speed: 200,
+    pause: true
+  });
 });