mirror of
https://github.com/Xevion/glance.git
synced 2025-12-10 12:07:22 -06:00
Don't transition all
Otherwise animates image dimensions when resizing from mobile to desktop
This commit is contained in:
@@ -881,8 +881,8 @@ body {
|
|||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
filter: grayscale(0.2) contrast(0.9);
|
filter: grayscale(0.2) contrast(0.9);
|
||||||
transition: all 0.2s;
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
transition: filter 0.2s, opacity .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-container:hover .thumbnail {
|
.thumbnail-container:hover .thumbnail {
|
||||||
|
|||||||
Reference in New Issue
Block a user