MediaWiki:Common.js:修订间差异

跳到导航 跳到搜索
添加516字节 、​ 2020年8月4日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第1行: 第1行:
$(document).ready(function() {
    setInterval('AutoScroll("#scrollDiv")',5000);
//图片载入效果
    $('img').on('appear', function(e){
        var that = $(this);
        that.css('opacity',0);
        setTimeout(function(){
            that.css('transition','opacity 1s').css('opacity',1);
        }, 1);
    });
//End of 图片载入效果
});
阅读更多:https://zh.kcwiki.org/wiki/MediaWiki:Common.js
本文引自kcwiki舰娘百科(https://zh.kcwiki.moe/),文字内容遵守CC BY-NC-SA协议。
/**
/**
  * Collapsible tables *********************************************************
  * Collapsible tables *********************************************************

导航菜单