Kaynağa Gözat

Listing 7.2: a few cycle() options.

Frederic G. MARAND 9 yıl önce
ebeveyn
işleme
45312ddf1d
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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
+  });
 });