Hacker News new | ask | show | jobs
by tarancato 3544 days ago
You mean, remove opacity from the body...

Such a great idea, though.

2 comments

"Add an opacity CSS rule to the body"
"Add opacity" -> opacity is an attribute, which is added to the body.
The body element already has an opacity attribute, defaulted to 1. This explicitly defines it, initially, and decreases it over time.
fade.php or fade.js add the CSS opacity to the <body>

see the examples