@@ -181,8 +181,8 @@ body {
181
181
.reveal img ,
182
182
.reveal video ,
183
183
.reveal iframe {
184
- max-width : 100 % ;
185
- max-height : 100 % ;
184
+ max-width : 95 % ;
185
+ max-height : 95 % ;
186
186
}
187
187
188
188
/** Prevents layering issues in certain browser/transition combinations */
@@ -994,55 +994,6 @@ body {
994
994
}
995
995
996
996
997
- /*********************************************
998
- * TILE-FLIP TRANSITION (CSS shader)
999
- *********************************************/
1000
-
1001
- .reveal .tileflip .slides section .present {
1002
- -webkit-transform : none;
1003
- -webkit-transition-duration : 800ms ;
1004
-
1005
- -webkit-filter : custom ( url (shaders/tile-flip.vs) mix (url (shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective (1000 ) scale (1 ) rotateX (0deg ) rotateY (0deg ) rotateZ (0deg ),
1006
- amount 0 , randomness 0 , flipAxis 0 1 0 , tileOutline 1
1007
- );
1008
- }
1009
-
1010
- .reveal .tileflip .slides section .past {
1011
- -webkit-transform : none;
1012
- -webkit-transition-duration : 800ms ;
1013
-
1014
- -webkit-filter : custom ( url (shaders/tile-flip.vs) mix (url (shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective (1000 ) scale (1 ) rotateX (0deg ) rotateY (0deg ) rotateZ (0deg ),
1015
- amount 1 , randomness 0 , flipAxis 0 1 0 , tileOutline 1
1016
- );
1017
- }
1018
-
1019
- .reveal .tileflip .slides section .future {
1020
- -webkit-transform : none;
1021
- -webkit-transition-duration : 800ms ;
1022
-
1023
- -webkit-filter : custom ( url (shaders/tile-flip.vs) mix (url (shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective (1000 ) scale (1 ) rotateX (0deg ) rotateY (0deg ) rotateZ (0deg ),
1024
- amount 1 , randomness 0 , flipAxis 0 1 0 , tileOutline 1
1025
- );
1026
- }
1027
-
1028
- .reveal .tileflip .slides > section > section .present {
1029
- -webkit-filter : custom ( url (shaders/tile-flip.vs) mix (url (shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective (1000 ) scale (1 ) rotateX (0deg ) rotateY (0deg ) rotateZ (0deg ),
1030
- amount 0 , randomness 2 , flipAxis 1 0 0 , tileOutline 1
1031
- );
1032
- }
1033
-
1034
- .reveal .tileflip .slides > section > section .past {
1035
- -webkit-filter : custom ( url (shaders/tile-flip.vs) mix (url (shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective (1000 ) scale (1 ) rotateX (0deg ) rotateY (0deg ) rotateZ (0deg ),
1036
- amount 1 , randomness 2 , flipAxis 1 0 0 , tileOutline 1
1037
- );
1038
- }
1039
-
1040
- .reveal .tileflip .slides > section > section .future {
1041
- -webkit-filter : custom ( url (shaders/tile-flip.vs) mix (url (shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective (1000 ) scale (1 ) rotateX (0deg ) rotateY (0deg ) rotateZ (0deg ),
1042
- amount 1 , randomness 2 , flipAxis 1 0 0 , tileOutline 1
1043
- );
1044
- }
1045
-
1046
997
/*********************************************
1047
998
* FADE TRANSITION
1048
999
*********************************************/
@@ -1074,6 +1025,7 @@ body {
1074
1025
transition : none;
1075
1026
}
1076
1027
1028
+
1077
1029
/*********************************************
1078
1030
* NO TRANSITION
1079
1031
*********************************************/
0 commit comments