Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

loading screen html css js

$(document).ready(function() {
 
    setTimeout(function(){
        $('body').addClass('loaded');
        $('h1').css('color','#222222');
    }, 3000);
 
});
Source by ihatetomatoes.net #
 
PREVIOUS NEXT
Tagged: #loading #screen #html #css #js
ADD COMMENT
Topic
Name
8+5 =