We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f31ad0 commit c9a681cCopy full SHA for c9a681c
blocks/projects/projects.js
@@ -14,7 +14,7 @@ function startPositionUpdater() {
14
15
document.querySelector('.projects')
16
.addEventListener("scroll", onScroll);
17
-
+
18
window
19
.addEventListener('devicemotion', onOrientationChange, true);
20
}
0 commit comments