ColeSite/scripts/pageLoadAnim.js
2021-12-27 19:53:20 +00:00

5 lines
No EOL
207 B
JavaScript

setTimeout(() => {
document.getElementById("body").style = "color: rgba(0, 0, 0, 255)"
}, 2500);
// you may not be able to transition text colour, there are other ways using animation so look into that