<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>太空404</title>
<style>
html {
margin: 0;
padding: 0;
background-color: white;
}
body,
html {
width: 100%;
height: 100%;
overflow: hidden;
}
#svgContainer {
width: 640px;
height: 512px;
background-color: white;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
</style>
</head>
<body>
<script type="text/javascript" src="js/bodymovin.js"></script>
<script type="text/javascript" src="js/data.js"></script>
<div id="svgContainer"></div>
<script type="text/javascript">
var svgContainer = document.getElementById('svgContainer');
var animItem = bodymovin.loadAnimation({
wrapper: svgContainer,
animType: 'svg',
loop: true,
animationData: JSON.parse(animationData)
});
</script>
</body>
</html>
html--宇航员404
最新推荐文章于 2024-07-16 06:30:19 发布