UNPKG

css3transform

Version:

Made css3 transform super easy.

23 lines (21 loc) 545 B
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <a href="https://github.com/Tencent/omi/tree/master/packages/omi-transform/css3transform" target="_blank" style="position: absolute; right: 0; top: 0;"> <img src="//alloyteam.github.io/github.png" alt="" /> </a> <script src="../dist/css3transform.js"></script> <script> var matrix2d = Transform.getMatrix2D({ translateX: 0, translateY: 100, scaleX:2 }); console.log(matrix2d) </script> </body> </html>