diff --git a/src/routes/transitions/component-examples/nested/_Box.svelte b/src/routes/transitions/component-examples/nested/_Box.svelte new file mode 100644 index 0000000..1fb9b8b --- /dev/null +++ b/src/routes/transitions/component-examples/nested/_Box.svelte @@ -0,0 +1,20 @@ + + + +
+ This is a box + +
+
diff --git a/src/routes/transitions/component-examples/nested/hidden.svelte b/src/routes/transitions/component-examples/nested/hidden.svelte new file mode 100644 index 0000000..c312b7d --- /dev/null +++ b/src/routes/transitions/component-examples/nested/hidden.svelte @@ -0,0 +1,37 @@ + + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
diff --git a/src/routes/transitions/component-examples/nested/unmount.svelte b/src/routes/transitions/component-examples/nested/unmount.svelte new file mode 100644 index 0000000..e0adcbf --- /dev/null +++ b/src/routes/transitions/component-examples/nested/unmount.svelte @@ -0,0 +1,37 @@ + + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
diff --git a/src/routes/transitions/component-examples/peek-a-boo.svelte b/src/routes/transitions/component-examples/peek-a-boo.svelte new file mode 100644 index 0000000..e9e5258 --- /dev/null +++ b/src/routes/transitions/component-examples/peek-a-boo.svelte @@ -0,0 +1,33 @@ + + +
+
+ + + + + + Contents to show and hide + +
+