-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (19 loc) · 793 Bytes
/
index.html
File metadata and controls
32 lines (19 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="utf-8">
<title>requestanimationframe multiple animations setinterval timer</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="./js/AnimateFrameObject.js"></script>
<script type="text/javascript" src="./js/header.animation.js"></script>
</head>
<body>
<canvas id="myCanvas" style="width:100%; height:600px; border:1px solid;
background-image: url(http://designmodo.com/wp-content/uploads/2015/02/monitor-web-designers.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
"></canvas>
</body>
</html>