From 78d10bce7f4d41512323abc46e321d3ea8c8b57f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 7 Jun 2022 01:05:08 +0200 Subject: [PATCH] Add pulse animation --- UI/Popup/NearbyImages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Popup/NearbyImages.ts b/UI/Popup/NearbyImages.ts index ab9c35fe6..4436c32f6 100644 --- a/UI/Popup/NearbyImages.ts +++ b/UI/Popup/NearbyImages.ts @@ -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