• 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
m
Reverted edits by Gensui Hime (talk) to last revision by Patches
Line 12: Line 12:  
     });
 
     });
 
}
 
}
 +
 +
$(document).ready(function() {
 +
    setInterval('AutoScroll("#scrollDiv")',5000);
 +
    //image loading effect
 +
    $('img').on('load', function(e){
 +
        var target = $(this);
 +
        target.css('opacity', 0).animate({opacity: 1}, 1000);
 +
  });
 +
});
    +
 
mw.hook( 'wikipage.content' ).add( createCollapseButtons );
 
mw.hook( 'wikipage.content' ).add( createCollapseButtons );
 
   
 
   

Navigation menu