Skip to content

Commit

Permalink
Update supplementary.html
Browse files Browse the repository at this point in the history
  • Loading branch information
neekeshpanchal authored Jun 26, 2024
1 parent 9b66004 commit e3fe0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supplementary.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h2>Authors</h2>
const logo = document.getElementById('logo');
const movementX = (e.clientX - window.innerWidth / 2) / 50;
const movementY = (e.clientY - window.innerHeight / 2) / 50;
logo.style.transform = `scaleY(1.2) translate(${movementX
logo.style.transform = `scaleY(1.2) translate(${movementX}px, ${movementY}px)`;
});
</script>
</body>
Expand Down

0 comments on commit e3fe0da

Please sign in to comment.