Widget:GameSwitcher:修订间差异
来自OGAS数据中枢
更多操作
无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
| (未显示同一用户的1个中间版本) | |||
| 第48行: | 第48行: | ||
function moveIndicator( tab ) { | function moveIndicator( tab ) { | ||
var indicator = document.getElementById( 'gf-tab-indicator' ); | var indicator = document.getElementById( 'gf-tab-indicator' ); | ||
if ( !indicator ) { return; } | |||
if ( !indicator | |||
indicator.style.width = tab.offsetWidth + 'px'; | indicator.style.width = tab.offsetWidth + 'px'; | ||
indicator.style.transform = 'translateX(' + | indicator.style.transform = 'translateX(' + tab.offsetLeft + 'px)'; | ||
} | } | ||
| 第137行: | 第133行: | ||
applyFadeColor(); | applyFadeColor(); | ||
var firstActive = document.querySelector( '#gf-homepage .gf-tab.active' ); | |||
if ( firstActive ) { | |||
setTimeout( function () { moveIndicator( firstActive ); }, 50 ); | |||
} | |||
tabs.forEach( function ( tab ) { | tabs.forEach( function ( tab ) { | ||
tab.addEventListener( 'click', function () { | tab.addEventListener( 'click', function () { | ||
2026年6月20日 (六) 23:23的最新版本
少女前线系列多游戏首页切换Widget。调用方式:{{#widget:GameSwitcher}}