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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user