Skip to content

Commit

Permalink
Update eye2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wmodes committed Dec 23, 2023
1 parent 20a3d48 commit c316d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eye/js/eye2.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const MOVE_INTERVAL = 300; // milliseconds
// how fast we move to new eye position
const MOVEMENT_SPEED = 150;
// eye scale relative to image size
const EYE_SCALE = 0.3;
const EYE_SCALE = 0.25;
// for pause between movements
const MIN_MOVE_WAIT = 500;
const MAX_MOVE_WAIT = 4000;
Expand Down

0 comments on commit c316d2d

Please sign in to comment.