Quellcode durchsuchen

Listing 4.21: Non-animate() methods are not queued.

Frederic G. MARAND vor 8 Jahren
Ursprung
Commit
005eab2e1f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Chapter 4/04.js

+ 1 - 0
Chapter 4/04.js

@@ -43,6 +43,7 @@ $(document).ready(function () {
       .animate({left: paraWidth - switcherWidth}, {duration: 'slow', queue: false})
       .fadeTo('slow', 1.0)
       .slideUp('slow')
+      .css({'background-color': '#f00'})
       .slideDown('slow')
     ;
   });