ColeSite/scripts/pageLoadAnim.js

5 lines
207 B
JavaScript
Raw Normal View History

2021-12-27 00:20:43 +00:00
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