diff --git a/frontend/src/lib/components/common/button/AnimatedButton.svelte b/frontend/src/lib/components/common/button/AnimatedButton.svelte
index 7396b5314b..7248b891dc 100644
--- a/frontend/src/lib/components/common/button/AnimatedButton.svelte
+++ b/frontend/src/lib/components/common/button/AnimatedButton.svelte
@@ -1,6 +1,5 @@
-
-
-
-
-
-
-
+{#if animate}
+
+
+
+{:else}
+
+
+
+{/if}
diff --git a/frontend/src/lib/components/common/button/AnimatedButtonInner.svelte b/frontend/src/lib/components/common/button/AnimatedButtonInner.svelte
new file mode 100644
index 0000000000..7396b5314b
--- /dev/null
+++ b/frontend/src/lib/components/common/button/AnimatedButtonInner.svelte
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte b/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte
index 66ebd350e8..79935129a2 100644
--- a/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte
+++ b/frontend/src/lib/components/propertyPicker/ObjectViewer.svelte
@@ -134,6 +134,7 @@
{#if getTypeAsString(json[key]) === 'object'}