欢迎来到奇葩栖息地!欢迎加入Discord服务器:XfrfHCzfbW。请先至特殊:参数设置验证邮箱后再进行编辑。在特殊:参数设置挑选自己想要使用的小工具!不会编辑?请至这里学习Wikitext语法。
MediaWiki:Common.js:修订间差异
来自奇葩栖息地
// Edit via InPageEdit
SkyEye FAST(讨论 | 贡献) (// Edit via InPageEdit) |
SkyEye FAST(讨论 | 贡献) (// Edit via InPageEdit) |
||
第40行:
}() );
/**
* Pause animations on mouseover of a designated container (.animated-container)
*
* This is so people have a chance to look at the image and click on pages they want to view.
*/
$( '#mw-content-text' ).on( 'mouseenter mouseleave', '.animated-container', function( e ) {
$( this ).find( '.animated' ).toggleClass( 'animated-paused', e.type === 'mouseenter' );
} );
/**
* Animated Site Announcement
|