Skip to content

Commit 1c7d7e0

Browse files
Improve clarity of animation frame instructions
Clarified the steps for each animation frame by adding a comma.
1 parent 0763a9a commit 1c7d7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/design/the-joy-division-effect-how-i-learned-programming-by-making-waves.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In practical terms:
5454

5555
- Initialize noise tables
5656
- Build the permutation table, fade curve, and height profile.
57-
- For each animation frame: 1) clear the canvas 2) loop over horizontal lines 3)
57+
- For each animation frame: 1) clear the canvas 2) loop over horizontal lines, and
5858
- for each x‑coordinate, compute a Perlin noise value: 1) multiply it by the height table 2) subtract it from the baseline y‑position 3) draw the resulting shape
5959
- Advance time (this.t += 0.01)
6060
- This shifts the sampling position in the noise field, creating motion.

0 commit comments

Comments
 (0)