-
-
+
\ No newline at end of file
diff --git a/site/content/examples/11-easing/00-easing/Controls.svelte b/site/content/examples/11-easing/00-easing/Controls.svelte
index ced7c1cda9..b6798186a2 100644
--- a/site/content/examples/11-easing/00-easing/Controls.svelte
+++ b/site/content/examples/11-easing/00-easing/Controls.svelte
@@ -12,76 +12,8 @@
const dispatch = createEventDispatcher();
$: mobile = width && width < 600
-
-
-
-
Ease
- {#if mobile}
-
- {:else}
-
- {#each [...eases] as [name]}
-
current_ease = name}
- >
- {name}
-
- {/each}
-
- {/if}
-
Type
- {#if mobile }
-
- {:else}
-
- {#each types as [name, type]}
-
current_type = type}
- >
- {name}
-
- {/each}
-
- {/if}
-
-
- Duration
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
Ease
+ {#if mobile}
+
+ {:else}
+
+ {#each [...eases] as [name]}
+
current_ease = name}
+ >
+ {name}
+
+ {/each}
+
+ {/if}
+
Type
+ {#if mobile }
+
+ {:else}
+
+ {#each types as [name, type]}
+
current_type = type}
+ >
+ {name}
+
+ {/each}
+
+ {/if}
+
+
+ Duration
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/site/content/examples/11-easing/00-easing/Grid.svelte b/site/content/examples/11-easing/00-easing/Grid.svelte
index fd8715e57c..e704f46cf7 100644
--- a/site/content/examples/11-easing/00-easing/Grid.svelte
+++ b/site/content/examples/11-easing/00-easing/Grid.svelte
@@ -2,6 +2,19 @@
export let x, y;
+
+
-
-
\ No newline at end of file
+/>
\ No newline at end of file