-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTiming.html
28 lines (25 loc) · 1.01 KB
/
Timing.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
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Timing Motion</title>
<link rel="stylesheet" type="text/css" href="timing.css">
</head>
<body>
<div id="timingbody" class="bodyclass">
<div class="timingobject1">
<div class="object1"></div>
</div>
<div class="timingobject2">
<div class="object2"></div>
</div>
</div>
<div id="head">
<center><h1><u>Timing Motion</u></h1></center><p>
Timing refers to the number of drawings or frames for a given action, which translates to the speed of the action on film. On a purely physical level, correct timing makes objects appear to abide to the laws of physics; for instance, an object's weight decides how it reacts to an impetus, like a push. Timing is critical for establishing a character's mood, emotion, and reaction. It can also be a device to communicate aspects of a character's personality.
</p>
</div>
<br/><br/><br/><br/>
<div id="next">
<a href="followthrough.html">Next</a>
</div>
</body></html>