Add pulse animation
This commit is contained in:
parent
af91529d6e
commit
78d10bce7f
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 => {
|
||||
|
||||
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 beforeFilter = loaded?.beforeFilter
|
||||
|
|
Loading…
Reference in a new issue