rearranges files and adds contact bar
This commit is contained in:
parent
75fb2e7094
commit
c28ae8e64a
14 changed files with 192 additions and 45 deletions
5
scripts/pageLoadAnim.js
Normal file
5
scripts/pageLoadAnim.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue