摘要: /* Enable the "Request Desktop Site" functions on mobile chrome (android and iOS) allow users to see desktop layouts on responsive sites. Note that th 阅读全文
posted @ 2020-08-11 17:03 Running00 阅读(112) 评论(0) 推荐(0)
摘要: this.connect = new WebSocket(ws://${location.host}/ws); this.connect.onmessage // 数据处理 this.connect.onclose // 重新连接 阅读全文
posted @ 2020-08-11 14:15 Running00 阅读(85) 评论(0) 推荐(0)
摘要: 情况一: 公告栏轮播:每1s执行一次1-3 1)step1:将数组第一个push到数组末尾 2)transform:translateY,改变Y的值到 负数 元素的高度位置,transition:transform 500ms ease,(500ms之后到达负元素高度位置) 3)500ms之后,将第 阅读全文
posted @ 2020-08-11 10:43 Running00 阅读(309) 评论(0) 推荐(0)