New Questions
Login
fade the whole browser page
Subject:
$(".container").animate({ opacity: 0.2, backgroundColor: '#000' }, function() {
});
2016-07-18 12:43:59
gstlouis