Skip to content

Commit 142b0aa

Browse files
committed
remove animation as test
1 parent 0cc5f90 commit 142b0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IonPage.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
3131
ionViewDidLeave();
3232
});
33+
// in:fly={{ x: 1000, duration: 300 }}
34+
// out:fly={{ x: -1000, duration: 300 }}
3335
</script>
3436

3537
<div
3638
class="ion-page"
37-
in:fly={{ x: 1000, duration: 300 }}
38-
out:fly={{ x: -1000, duration: 300 }}
3939
>
4040
<slot />
4141
</div>

0 commit comments

Comments
 (0)