Skip to content

Commit bc70a1f

Browse files
committed
Boop hotfix
1 parent 18bfe37 commit bc70a1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

js/protogen.js

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ function giggle() {
122122
setTimeout(() => {
123123
mouth.style.transition = '';
124124
nose.style.transition = '';
125+
head.style.transition = '';
125126
mouth.style.scale = '1 1';
126127
mouth.style.translate = '0 0';
127128
mouth.src = '/style/images/protogen/mouth_closed.png';

style/protogen.css

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
height: 10px;
110110
transform: translate(calc(-7px * var(--mouse-progress-x)), calc(5px * var(--mouse-progress-y)));
111111
transform-origin: top center;
112+
pointer-events: all;
112113
transition: transform 0.3s cubic-bezier(0.5, 0.8, 0, 2);
113114
}
114115

0 commit comments

Comments
 (0)