欢迎来到奇葩栖息地!欢迎加入Discord服务器:XfrfHCzfbW请先至特殊:参数设置验证邮箱后再进行编辑。特殊:参数设置挑选自己想要使用的小工具!不会编辑?请至这里学习Wikitext语法。

MediaWiki:Common.js:修订间差异

来自奇葩栖息地
添加373字节 、​ 2021年6月6日 (星期日)
// Edit via InPageEdit
(// Edit via InPageEdit)
(// 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
2,099

个编辑