auto-animate; carry forward fragment visibility, unmatched elements adhere to duration/delay attributes
This commit is contained in:
parent
376b8230bb
commit
4d1cb43faf
6 changed files with 67 additions and 12 deletions
|
@ -45,6 +45,10 @@ body {
|
|||
opacity: 1;
|
||||
visibility: inherit;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
.reveal .slides section .fragment.grow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue