Skip to content

Commit

Permalink
console removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jadiehm committed Oct 13, 2023
1 parent 3b72c1d commit de9eb35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/IntroBook.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
function bookMousemove(e) {
let xPos = e.clientX;
let rotation = xPos > w/2 ? 30 : -30;
console.log(xPos, w)
if (scrollY < 2) {
let book = selectAll("#book .main")
book.style("transform", `rotate3d(0,1,0,${rotation}deg)`)
Expand Down

0 comments on commit de9eb35

Please sign in to comment.