Add pulse animation
This commit is contained in:
parent
c14b7b54a4
commit
c19a700bb2
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export default class NearbyImages extends Lazy {
|
||||||
return new VariableUiElement(loadedPictures.map(loaded => {
|
return new VariableUiElement(loadedPictures.map(loaded => {
|
||||||
|
|
||||||
if (loaded?.images === undefined) {
|
if (loaded?.images === undefined) {
|
||||||
return NearbyImages.NoImagesView(new Loading(t.loading))
|
return NearbyImages.NoImagesView(new Loading(t.loading)).SetClass("animate-pulse")
|
||||||
}
|
}
|
||||||
const images = loaded.images
|
const images = loaded.images
|
||||||
const beforeFilter = loaded?.beforeFilter
|
const beforeFilter = loaded?.beforeFilter
|
||||||
|
|
Loading…
Reference in a new issue