Skip to content

Commit 13c18a9

Browse files
committed
change (portrait-sketch-animation): adjust wave amplitude to 2.2 and frequency to 2.1
1 parent bbff36d commit 13c18a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_assets/js/imports/portrait-sketch-animation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default function animatePortraitSketch() {
77
let animationId;
88

99
const waveSettings = {
10-
amplitude: 2, // Wave weight (height)
11-
frequency: 2.2, // Wave frequency
10+
amplitude: 2.2, // Wave weight (height)
11+
frequency: 2.1, // Wave frequency
1212
speed: 0.1, // Wave speed
1313
};
1414

0 commit comments

Comments
 (0)