mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-12 00:59:52 +01:00
Album: Fix transition when loading media
This commit is contained in:
parent
a48bffa90c
commit
2c7492b0f9
@ -262,7 +262,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
transition: transform var(--select-transition);
|
transition: transform var(--select-transition), opacity ease 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-selected {
|
&.is-selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user