• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 6: Line 6:  
     });
 
     });
 
}
 
}
 +
 
$(document).ready(function() {
 
$(document).ready(function() {
 
     setInterval('AutoScroll("#scrollDiv")',5000);
 
     setInterval('AutoScroll("#scrollDiv")',5000);
 +
    //图片载入效果
 
     $('img').on('load', function(e){
 
     $('img').on('load', function(e){
 
         var target = $(this);
 
         var target = $(this);
         target.css('opacity', 0).animate({opacity:1}, 1000);
+
         target.css('opacity', 0).animate({opacity: 1}, 1000);
 
   });
 
   });
 
});
 
});
 +
    
/**
 
/**

Navigation menu