Remove animation log from site.js
This commit is contained in:
parent
bdf5065f17
commit
fb1b4ccab3
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
siteHeader.classList.add("visible");
|
||||
|
||||
siteHeader.addEventListener("animationend", () => {
|
||||
console.log("Animation ended");
|
||||
siteHeader.classList.add("sticky");
|
||||
}, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue