You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="authoring-tool" content="Adobe_Animate_CC">
|
|
<title>鸟妈妈回家</title>
|
|
<!-- write your code here -->
|
|
<style>
|
|
#animation_container, #_preload_div_ {
|
|
position:absolute;
|
|
margin:auto;
|
|
left:0;right:0;
|
|
top:0;bottom:0;
|
|
}
|
|
</style>
|
|
<script src="libs/1.0.0/createjs.min.js"></script>
|
|
<script src="bird.js"></script>
|
|
<script src="main.js"></script>
|
|
|
|
<!-- write your code here -->
|
|
</head>
|
|
<body onload="init();" style="margin: 0px;">
|
|
<div id="animation_container" style="background-color:rgba(255, 255, 255, 1.00); width:1280px; height:720px">
|
|
<canvas id="canvas" width="1280" height="720" style="position: absolute; display: none; background-color:rgba(255, 255, 255, 1.00);"></canvas>
|
|
<div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:1280px; height:720px; position: absolute; left: 0px; top: 0px; display: none;">
|
|
</div>
|
|
</div>
|
|
<div id='_preload_div_' style='position:absolute; top:0; left:0; display: inline-block; height:720px; width: 1280px; text-align: center;'> <span style='display: inline-block; height: 100%; vertical-align: middle;'></span> <img src=images/_preloader.gif style='vertical-align: middle; max-height: 100%'/></div>
|
|
</body>
|
|
</html>
|
|
|