-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanimation.html
56 lines (49 loc) · 2.56 KB
/
animation.html
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Web Projects</title>
<link href="http://fonts.googleapis.com/css?family=Oxygen:400,700,300" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="menu-wrapper">
<div id="menu" class="container">
<ul>
<!-- NAVIGATION MENU. THERE SHOULD BE ONE LIST ITEM FOR EACH BUTTON IN YOUR NAVIGATION BAR. -->
<!-- REPLACE THE # IN THE LINK WITH THE FILE NAME OF THE APPROPRIATE PAGE. -->
<li><a href="index.html">About</a></li>
<li><a href="image.html">Image Editing</a></li>
<li><a href="web.html">Web Design</a></li>
<li><a href="video.html">Video Production</a></li>
<li class="current_page_item"><a href="animation.html">Animation</a></li>
<li><a href="screencast.html">Screencast</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</div>
<div id="page" class="container">
<div class="centered-content">
<h2>Digital Animation</h2>
<p>I made a animation video to demonstrate the process of Photosynthesis I enjoyed the assignment a lot despite the learning curve, this is first time I'm working on animation effects. I used Canva tool to make this animation video. I used vector image for the title and I used Canva animation effects to slide in the title to slide in smoothly. I showed the process of photo-synthesis using various animation effects to visualise sun rays, water moving, and CO2 interaction. The video flows nicely with transitions and in the ending I used a zoom in transition to reveal the starch formation. It's a quick video from sunlight to food in under 15 seconds.
I used IMovie maker to add the audio to this and I generated the audio using the MAC text to audio tool and then I posted the video on youtube.</p>
<div class="quiz-buttons">
<a href="https://www.youtube.com/watch?v=zb8oDvKPQUQ" class="button">Photosynthesis
</a>
</div>
</div>
</div>
<div id="page" class="container">
<div class="centered-content">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zb8oDvKPQUQ" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Footer from the existing HTML -->
</div>
</body>
</html>