mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
added viewer background-color transition -- should be less harsh on the eye...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e5f2e14022
commit
106f1660c1
@ -37,6 +37,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* basic animation... */
|
/* basic animation... */
|
||||||
|
.viewer:not(.no-transitions) {
|
||||||
|
-webkit-transition: background-color 0.8s ease;
|
||||||
|
-moz-transition: background-color 0.8s ease;
|
||||||
|
-ms-transition: background-color 0.8s ease;
|
||||||
|
-o-transition: background-color 0.8s ease;
|
||||||
|
transition: background-color 0.8s ease;
|
||||||
|
}
|
||||||
|
|
||||||
.viewer:not(.no-transitions) .ribbon-set:not(.no-transitions) {
|
.viewer:not(.no-transitions) .ribbon-set:not(.no-transitions) {
|
||||||
-webkit-transition: all 0.2s linear, transform 0.2s linear;
|
-webkit-transition: all 0.2s linear, transform 0.2s linear;
|
||||||
-moz-transition: all 0.2s linear, transform 0.2s linear;
|
-moz-transition: all 0.2s linear, transform 0.2s linear;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user