mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
13 lines
145 B
SCSS
13 lines
145 B
SCSS
.photoCard {
|
|
img {
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.notLoaded {
|
|
opacity: 0;
|
|
}
|
|
|
|
.loaded {
|
|
opacity: 1;
|
|
}
|
|
} |