content now re-renders after alt+click zoom (closes #195)
This commit is contained in:
parent
af2a8b053d
commit
e87d689231
3 changed files with 42 additions and 3 deletions
|
@ -1150,3 +1150,35 @@ body {
|
|||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* ZOOM PLUGIN
|
||||
*********************************************/
|
||||
|
||||
.zoomed .reveal *,
|
||||
.zoomed .reveal *:before,
|
||||
.zoomed .reveal *:after {
|
||||
-webkit-transform: initial !important;
|
||||
-moz-transform: initial !important;
|
||||
-ms-transform: initial !important;
|
||||
transform: initial !important;
|
||||
|
||||
-webkit-backface-visibility: initial !important;
|
||||
-moz-backface-visibility: initial !important;
|
||||
-ms-backface-visibility: initial !important;
|
||||
backface-visibility: initial !important;
|
||||
}
|
||||
|
||||
.zoomed .reveal .progress,
|
||||
.zoomed .reveal .controls {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.zoomed .reveal .roll span {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.zoomed .reveal .roll span:after {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue