Y
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
vemv
3544 days ago
"Add an opacity CSS rule to the body"
link
dietrichepp
3544 days ago
"Add opacity" -> opacity is an attribute, which is added to the body.
link
whafro
3544 days ago
The body element already has an opacity attribute, defaulted to 1. This explicitly defines it, initially, and decreases it over time.
link
andreapaiola
3544 days ago
fade.php or fade.js add the CSS opacity to the <body>
see the examples
link