mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-08 02:14:29 +02:00
fix: tweak transition
This commit is contained in:
parent
569a19be95
commit
0984f26f4a
@ -34,10 +34,10 @@
|
||||
<section>
|
||||
<div
|
||||
class="menu"
|
||||
in:fly="{{ y: 10, easing: quintOut, duration: 750}}"
|
||||
>
|
||||
<h3>PACKAGES</h3>
|
||||
{#if pkg_list}
|
||||
<div in:fly="{{ y: 10, easing: quintOut, duration: 750}}">
|
||||
<h3>PACKAGES</h3>
|
||||
<div class="package-list">
|
||||
{#each pkg_list as pkg, i }
|
||||
<div
|
||||
@ -49,13 +49,15 @@
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
|
||||
{#if patches}
|
||||
<div class="patches-list patches-container">
|
||||
{#each patches as patch, i}
|
||||
<div in:fly="{{ x: 10, easing: quintOut, duration: 750, delay: (75 * i)}}">
|
||||
<div in:fly="{{ x: 10, easing: quintOut, duration: 750, delay: (80 * i)}}">
|
||||
<Patch
|
||||
name={patch.name
|
||||
// im sorry
|
||||
|
Loading…
x
Reference in New Issue
Block a user