Skip to content

Commit

Permalink
Merge pull request #20 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
restore timeout
  • Loading branch information
leon-luna-ray committed Feb 13, 2024
2 parents d8a700b + 363cadb commit d66f257
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(function () {
appElement.classList.add('visible');
// }, 100);
}, 50);
}

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

0 comments on commit d66f257

Please sign in to comment.