FIX: Do not add CSS transition effect to animated images (#12803)
Followup to c11d75da87
, the transition
delays the pause/play action.
This commit is contained in:
parent
31d3990986
commit
139ba69117
|
@ -18,7 +18,7 @@ $meta-element-margin: 6px;
|
|||
border: 1px solid var(--primary-low);
|
||||
}
|
||||
|
||||
.cooked img.d-lazyload {
|
||||
.cooked img.d-lazyload:not(.animated) {
|
||||
transition: opacity 0.4s 0.75s ease;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue