Skip to content

Commit

Permalink
temp disable timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-luna-ray committed Feb 13, 2024
1 parent 7b936bb commit 763075e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ function fadeInContent() {
appElement.classList.remove('hidden');
appElement.classList.add('fade-in');

setTimeout(() => {
// setTimeout(() => {
appElement.classList.add('visible');
}, 100);
// }, 100);
}

document.addEventListener('DOMContentLoaded', async () => {
Expand Down

0 comments on commit 763075e

Please sign in to comment.