From c19a700bb2d8251fd4032f624e314c9f3f7d7685 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 81aeec88b..a705790f1 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