Don't transition all
Otherwise animates image dimensions when resizing from mobile to desktop
This commit is contained in:
parent
d43c0749c1
commit
27b9af6067
1 changed files with 1 additions and 1 deletions
|
@ -881,8 +881,8 @@ body {
|
|||
|
||||
.thumbnail {
|
||||
filter: grayscale(0.2) contrast(0.9);
|
||||
transition: all 0.2s;
|
||||
opacity: 0.8;
|
||||
transition: filter 0.2s, opacity .2s;
|
||||
}
|
||||
|
||||
.thumbnail-container:hover .thumbnail {
|
||||
|
|
Loading…
Add table
Reference in a new issue