Add pulse animation

This commit is contained in:
pietervdvn 2022-06-07 01:05:08 +02:00
parent c14b7b54a4
commit c19a700bb2

View file

@ -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