docs: remove transitions
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -29,29 +29,21 @@ onBeforeUnmount(stop)
|
|||||||
<div
|
<div
|
||||||
class="flex flex-col divide-y divide-gray-500 md:divide-y-0 gap-12 md:gap-24 lg:gap-36 max-w-9/12 md:max-w-11/12 lg:max-w-9/12 m-auto py-12 md:py-24 text-center md:text-left"
|
class="flex flex-col divide-y divide-gray-500 md:divide-y-0 gap-12 md:gap-24 lg:gap-36 max-w-9/12 md:max-w-11/12 lg:max-w-9/12 m-auto py-12 md:py-24 text-center md:text-left"
|
||||||
>
|
>
|
||||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
<div class="flex flex-col md:flex-row gap-12 md:gap-24">
|
||||||
<div class="flex flex-col md:flex-row gap-12 md:gap-24">
|
<Basic @pane="onLoad" />
|
||||||
<Basic @pane="onLoad" />
|
</div>
|
||||||
</div>
|
|
||||||
</XyzTransition>
|
|
||||||
|
|
||||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
<div class="flex flex-col-reverse md:flex-row flex-unwrap gap-12 md:gap-24">
|
||||||
<div class="flex flex-col-reverse md:flex-row flex-unwrap gap-12 md:gap-24">
|
<RGB @pane="onLoad" />
|
||||||
<RGB @pane="onLoad" />
|
</div>
|
||||||
</div>
|
|
||||||
</XyzTransition>
|
|
||||||
|
|
||||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
<div class="flex flex-col md:flex-row flex-unwrap gap-12 md:gap-24">
|
||||||
<div class="flex flex-col md:flex-row flex-unwrap gap-12 md:gap-24">
|
<Nested @pane="onLoad" />
|
||||||
<Nested @pane="onLoad" />
|
</div>
|
||||||
</div>
|
|
||||||
</XyzTransition>
|
|
||||||
|
|
||||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
<div class="flex flex-col-reverse md:flex-row flex-unwrap gap-12 md:gap-24">
|
||||||
<div class="flex flex-col-reverse md:flex-row flex-unwrap gap-12 md:gap-24">
|
<Additional @pane="onLoad" />
|
||||||
<Additional @pane="onLoad" />
|
</div>
|
||||||
</div>
|
|
||||||
</XyzTransition>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ const animations = ref<{ className: string; duration: number }[]>(shuffle(create
|
|||||||
y="0"
|
y="0"
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
></rect>
|
/>
|
||||||
<rect
|
<rect
|
||||||
:class="animations[1].className"
|
:class="animations[1].className"
|
||||||
:style="{ '--animation-duration': `${animations[1].duration}s` }"
|
:style="{ '--animation-duration': `${animations[1].duration}s` }"
|
||||||
@@ -265,7 +265,7 @@ const animations = ref<{ className: string; duration: number }[]>(shuffle(create
|
|||||||
y="100"
|
y="100"
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
></rect>
|
/>
|
||||||
<rect
|
<rect
|
||||||
:class="animations[2].className"
|
:class="animations[2].className"
|
||||||
:style="{ '--animation-duration': `${animations[2].duration}s` }"
|
:style="{ '--animation-duration': `${animations[2].duration}s` }"
|
||||||
@@ -273,7 +273,7 @@ const animations = ref<{ className: string; duration: number }[]>(shuffle(create
|
|||||||
y="0"
|
y="0"
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
></rect>
|
/>
|
||||||
<rect
|
<rect
|
||||||
:class="animations[3].className"
|
:class="animations[3].className"
|
||||||
:style="{ '--animation-duration': `${animations[3].duration}s` }"
|
:style="{ '--animation-duration': `${animations[3].duration}s` }"
|
||||||
@@ -281,7 +281,7 @@ const animations = ref<{ className: string; duration: number }[]>(shuffle(create
|
|||||||
y="100"
|
y="100"
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
></rect>
|
/>
|
||||||
</pattern>
|
</pattern>
|
||||||
</template>
|
</template>
|
||||||
</Background>
|
</Background>
|
||||||
|
|||||||
Reference in New Issue
Block a user