1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 03:41:38 +02:00

Blur efect when zooming

This commit is contained in:
Luis
2017-04-26 20:09:57 +02:00
parent 95157d582a
commit 4be762c6c0
8 changed files with 93 additions and 38 deletions

View File

@@ -3333,6 +3333,12 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
/*=========================================
18. Zoom: Index of slides (grid)
=========================================== */
#webslides.disabled {
position: absolute;
width: 100%;
z-index: 0;
filter: blur(10px);
}
#webslides-zoomed.grid{
-webkit-flex-direction: row;
flex-direction: row;