MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 434: Line 434:
// transform: `matrix(${a}, ${b}, ${c}, ${d}, 0, 0);`,
// transform: `matrix(${a}, ${b}, ${c}, ${d}, 0, 0);`,
// })
// })
showArticle.style.transform = 'matrix('+a+','+b+','+c+','+d+',0,0);';
const showArticleBefore = document.querySelector('#show-article-before');
showArticleBefore.style.transform = 'matrix('+a+','+b+','+c+','+d+',0,0);';
    console.log('', h);
    console.log('', h);
}
}

Navigation menu