4,092
edits
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);`, | ||
// }) | // }) | ||
const showArticleBefore = document.querySelector('#show-article-before'); | |||
showArticleBefore.style.transform = 'matrix('+a+','+b+','+c+','+d+',0,0);'; | |||
console.log('', h); | console.log('', h); | ||
} | } |