-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimation.html
More file actions
58 lines (54 loc) · 2.25 KB
/
animation.html
File metadata and controls
58 lines (54 loc) · 2.25 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Animation Images</title>
<link rel="shortcut icon" href="https://bintangfadhlio.blogspot.com/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="script/style.css">
<link rel="stylesheet" href="script/animation.css">
</head>
<body>
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
<a href="index.html">
<img src="img/logo.png" height="50px" style="margin: 0px 30px">
</a>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="image.html">Image Manipulation</a>
<a class="active" href="animation.html">Animation Images</a>
<a href="audio.html">Audio</a>
<a href="video.html">Video</a>
<a href="360.html">Photo 360</a>
<a href="about.html">About Me</a>
</div>
</div>
<div class="box">
<h1>Animation Images</h1>
<p>
Dimana ini akan menggerakan atau menganimasikan gambar dengan menggunakan css.<br>
<br>
Ada 3 animasi dalam gambar ini<br><br>
1. Gambar berdetak seperti jantung.<br>
2. Saat mouse diletakan diatas gambar, akan ada animasi jello.<br>
3. Saat awal membuka halaman ini atau saat mouse dikeluarkan dari atas gambar akan ada animasi slide in dari kiri.<br><br>
</p>
<div class="center heartbeat">
<img src="img/jodipan.jpg" alt="jodipan"/>
</div>
</div>
</body>
</html>