Skip to content

Commit

Permalink
Merge pull request #19 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
temp disable timeout
  • Loading branch information
leon-luna-ray committed Feb 13, 2024
2 parents d55892c + 763075e commit d8a700b
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 d8a700b

Please sign in to comment.