mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
playing with blur in the ui...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
97b0336ec4
commit
a8ae66fb7b
@ -92,6 +92,20 @@
|
||||
}
|
||||
|
||||
|
||||
/* TEST: this is mostly speed limited... */
|
||||
.ribbon {
|
||||
box-shadow: 5px 5px 50px -5px rgba(0, 0, 0, 0.2);
|
||||
|
||||
-webkit-transition: box-shadow 0.8s ease;
|
||||
-moz-transition: box-shadow 0.8s ease;
|
||||
-ms-transition: box-shadow 0.8s ease;
|
||||
-o-transition: box-shadow 0.8s ease;
|
||||
transition: box-shadow 0.8s ease;
|
||||
}
|
||||
.current.ribbon {
|
||||
box-shadow: 5px 5px 60px -5px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
|
||||
/* DEBUG stuff... */
|
||||
.container-center {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user