Skip to content

Commit bfb3802

Browse files
committed
ERRATA: p. 198, formatting; a couple of lines should be set in bold since they are new to the example.
1 parent bcd413f commit bfb3802

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

errata.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The division operation is extraneous to the equation abstraction. (Submitted by
1616
## p. 67
1717

1818
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.
2020

2121
## p. 111
2222

@@ -69,6 +69,16 @@ to reflect its name change:
6969
window.clearTimeout);
7070
}
7171

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+
7282
## p. 462
7383

7484
Exercise [14-time-based-3.html](https://github.com/lamberta/html5-animation/blob/master/examples/ch19/14-time-based-3.html)

0 commit comments

Comments
 (0)