呼我,你就会爱上我
/* global bodymovin */
$(function () {
allResize()
bodymovin.loadAnimation({
path: './dist/download.json', // json文件路径
loop: false,
autoplay: true,
name: 'drive',
renderer: 'canvas', // 渲染方式,有"html"、"canvas"和"svg"三种
container: document.getElementById('animation')
})
/* $("body").on("touchstart", function (e) {
// 判断默认行为是否可以被禁用
if (e.cancelable) {
// 判断默认行为是否已经被禁用
if (!e.defaultPrevented) {
e.preventDefault();
}
}
startX = e.originalEvent.changedTouches[0].pageX,
startY = e.originalEvent.changedTouches[0].pageY;
});
$("body").on("touchend", function (e) {
// 判断默认行为是否可以被禁用
if (e.cancelable) {
// 判断默认行为是否已经被禁用
if (!e.defaultPrevented) {
e.preventDefault();
}
}
moveEndX = e.originalEvent.changedTouches[0].pageX,
moveEndY = e.originalEvent.changedTouches[0].pageY,
X = moveEndX - startX,
Y = moveEndY - startY;
if (Y < 0) {
bodymovin.stop();
bodymovin.play();
}
}); */
function allResize() {
__resize()
$(window).on('resize', function () {
__resize()
})
function __resize() {
var currClientWidth
var fontValue
var originWidth = 750
currClientWidth = document.documentElement.clientWidth
currClientWidth = 750 < currClientWidth ? 750 : 320 > currClientWidth ? 320 : currClientWidth
fontValue = (625 * currClientWidth / originWidth).toFixed(2)
document.documentElement.style.fontSize = fontValue + '%'
}
}
})
var _mtac = {};
(function () {
var mta = document.createElement('script')
mta.src = 'https://pingjs.qq.com/h5/stats.js?v2.0.4'
mta.setAttribute('name', 'MTAH5')
mta.setAttribute('sid', '500617903')
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(mta, s)
}())
一键复制
编辑
Web IDE
原始数据
按行查看
历史