rename new fragment style

This commit is contained in:
Hakim El Hattab
2018-06-13 14:12:25 +02:00
parent 078a7520cd
commit be87adcdf8
4 changed files with 6 additions and 6 deletions

View File

@ -136,13 +136,13 @@ body {
opacity: 1;
visibility: inherit; }
.reveal .slides section .fragment.fade-in-then-half-out {
.reveal .slides section .fragment.fade-in-then-semi-out {
opacity: 0;
visibility: hidden; }
.reveal .slides section .fragment.fade-in-then-half-out.visible {
.reveal .slides section .fragment.fade-in-then-semi-out.visible {
opacity: 0.5;
visibility: inherit; }
.reveal .slides section .fragment.fade-in-then-half-out.current-fragment {
.reveal .slides section .fragment.fade-in-then-semi-out.current-fragment {
opacity: 1;
visibility: inherit; }

View File

@ -171,7 +171,7 @@ body {
}
}
.reveal .slides section .fragment.fade-in-then-half-out {
.reveal .slides section .fragment.fade-in-then-semi-out {
opacity: 0;
visibility: hidden;