aboutsummaryrefslogtreecommitdiff
path: root/public/js/BackgroundFade.js
blob: f47c51f40b991c440bbf432c8e89731f258f4b89 (plain)
1
2
3
4
5
/* onload fade image function */

window.fadeImage = function fadeImage() {
    document.getElementById("bg").style.opacity = "1";
}