auto-animate; carry forward fragment visibility, unmatched elements adhere to duration/delay attributes

This commit is contained in:
Hakim El Hattab
2020-03-19 15:18:14 +01:00
parent 376b8230bb
commit 4d1cb43faf
6 changed files with 67 additions and 12 deletions

View File

@ -45,6 +45,10 @@ body {
opacity: 1;
visibility: inherit;
}
&.disabled {
transition: none;
}
}
.reveal .slides section .fragment.grow {