diff --git a/src/lib/components/transitions/TransitionChildWrapper.svelte b/src/lib/components/transitions/TransitionChildWrapper.svelte new file mode 100644 index 0000000..098e1c3 --- /dev/null +++ b/src/lib/components/transitions/TransitionChildWrapper.svelte @@ -0,0 +1,20 @@ + + +{#if !hasTransition && hasOpen} + + + +{:else} + + + +{/if}