Skip to content

Commit

Permalink
#41.10 | ...
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongXuanNhat committed Dec 6, 2023
1 parent 9724efc commit d1a655a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
36 changes: 0 additions & 36 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,42 +24,6 @@
}
</style>
<body class="ig-typography ig-scrollbar">
<!-- <script>
var animateButton = function(e) {
e.preventDefault;
e.target.classList.remove('animate');
e.target.classList.add('animate');
setTimeout(function(){
e.target.classList.remove('animate');
},700);
};
var bubblyButtons = document.getElementsByClassName("bubbly-button");
for (var i = 0; i < bubblyButtons.length; i++) {
bubblyButtons[i].addEventListener('click', animateButton, false);
}
</script>
<script>
var animateButton1 = function(e) {
e.preventDefault;
e.target.classList.remove('animate1');
e.target.classList.add('animate1');
setTimeout(function(){
e.target.classList.remove('animate1');
},1000);
};
var bubblyButtons1 = document.getElementsByClassName("bubbly-button-1");
for (var i = 0; i < bubblyButtons1.length; i++) {
bubblyButtons1[i].addEventListener('click', animateButton1, false);
}
</script> -->
<app-root></app-root>
<script src="runtime.10f09cdf8c3e24d5.js" type="module"></script><script src="polyfills.918ca83f6100aaee.js" type="module"></script><script src="scripts.cd816875f3dc91fb.js" defer></script><script src="main.38ee196bdf96d297.js" type="module"></script></body>
</html>
36 changes: 0 additions & 36 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,42 +24,6 @@
}
</style>
<body class="ig-typography ig-scrollbar">
<!-- <script>
var animateButton = function(e) {
e.preventDefault;
e.target.classList.remove('animate');
e.target.classList.add('animate');
setTimeout(function(){
e.target.classList.remove('animate');
},700);
};
var bubblyButtons = document.getElementsByClassName("bubbly-button");
for (var i = 0; i < bubblyButtons.length; i++) {
bubblyButtons[i].addEventListener('click', animateButton, false);
}
</script>
<script>
var animateButton1 = function(e) {
e.preventDefault;
e.target.classList.remove('animate1');
e.target.classList.add('animate1');
setTimeout(function(){
e.target.classList.remove('animate1');
},1000);
};
var bubblyButtons1 = document.getElementsByClassName("bubbly-button-1");
for (var i = 0; i < bubblyButtons1.length; i++) {
bubblyButtons1[i].addEventListener('click', animateButton1, false);
}
</script> -->
<app-root></app-root>
</body>
</html>

0 comments on commit d1a655a

Please sign in to comment.