now capturing data-state on slides and lifting it to document element classList when slide is open
This commit is contained in:
parent
0cd3b8d430
commit
831236890c
4 changed files with 58 additions and 3 deletions
23
css/main.css
23
css/main.css
|
@ -897,6 +897,29 @@ html {
|
|||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* STATES
|
||||
*********************************************/
|
||||
|
||||
.blur body {
|
||||
|
||||
}
|
||||
|
||||
.blur #reveal * {
|
||||
color: rgba( 255, 255, 255, 0 );
|
||||
text-shadow: 0px 0px 5px #fff;
|
||||
|
||||
-webkit-transition: color .8s ease,
|
||||
text-shadow .8s ease;
|
||||
-moz-transition: color .8s ease,
|
||||
text-shadow .8s ease;
|
||||
-ms-transition: color .8s ease,
|
||||
text-shadow .8s ease;
|
||||
-o-transition: color .8s ease,
|
||||
text-shadow .8s ease;
|
||||
transition: color .8s ease,
|
||||
text-shadow .8s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue