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