File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The division operation is extraneous to the equation abstraction. (Submitted by
16
16
## p. 67
17
17
18
18
The last sentence should read:
19
- You should have no trouble creating some beautiful pictures or animations with trigonometry.
19
+ You should have no trouble creating some beautiful pictures or animations with trigonometry.
20
20
21
21
## p. 111
22
22
@@ -69,6 +69,16 @@ to reflect its name change:
69
69
window.clearTimeout);
70
70
}
71
71
72
+ ## p. 198
73
+
74
+ In the ` drawFrame ` function, the following lines should be highlighted since they are new for this example:
75
+
76
+ springTo(ball0, ball2);
77
+ ...
78
+ springTo(ball1, ball2);
79
+ ...
80
+ context.lineTo(ball0.x, ball0.y);
81
+
72
82
## p. 462
73
83
74
84
Exercise [ 14-time-based-3.html] ( https://github.com/lamberta/html5-animation/blob/master/examples/ch19/14-time-based-3.html )
You can’t perform that action at this time.
0 commit comments