Skip to content

Commit

Permalink
commented vanilla-tilt
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirSaenko committed Jul 4, 2021
1 parent 538b26c commit 9e4e8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="scripts/bubbleScript.js"></script>
<script src="scripts/vanilla-tilt.js"></script>
<!-- <script src="scripts/vanilla-tilt.js"></script>
<script type="text/javascript">
VanillaTilt.init(document.querySelector(".wrap"), {
max: 20,
Expand All @@ -196,6 +196,6 @@
//It also supports NodeList
// VanillaTilt.init(document.querySelectorAll(".your-element"));
</script>
</script> -->
</body>
</html>

0 comments on commit 9e4e8af

Please sign in to comment.