http://www.openxrest.com/translatejs/index.html translate.js translate.js is a jQuery plugin to translate text in the client side. Usage: translate entire page Step 1: include JQuery and translate.js in your page <script src="jquery.js"/>…
A Darkroom by doublespeakgames <!DOCTYPE html> <html itemscope itemtype="https://schema.org/CreativeWork"> <head> <meta charset="UTF-8"/> <!-- A Dark Room (v1.4) ================== A minimalist text adventure…
transform 网上很多都只介绍了还原角度和缩放的参数,但是没有就偏移量的计算,自己还原了一下公式的意义,进行了公式的反推,具体的推到过程就不详叙了,可以参看w3c的矩阵含义. 直接上干货. function getElementCss(e, name) { var st = window.getComputedStyle(e, null); return st.getPropertyValue(name); } function getTransformPara(elem) { // va…