4,092
edits
No edit summary |
No edit summary |
||
Line 436: | Line 436: | ||
const showArticleBefore = document.querySelector('#show-article-before'); | const showArticleBefore = document.querySelector('#show-article-before'); | ||
console.debug('>>>>>>', h, a, b, c, d); | console.debug('>>>>>>', h, a, b, c, d); | ||
const transformValue = 'matrix('+a+','+b+','+c+','+d+',0,0) | const transformValue = 'matrix('+a+','+b+','+c+','+d+',0,0)' | ||
console.debug(transformValue); | console.debug(transformValue); | ||
showArticleBefore.style.transform = transformValue; | showArticleBefore.style.transform = transformValue; |