mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02:00
refactor(Footer): remove unused animation
This commit is contained in:
parent
897d27ebe1
commit
04a0901bf8
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
import { queries } from '$data/api';
|
import { queries } from '$data/api';
|
||||||
import { friendlyName } from '$util/friendlyName';
|
import { friendlyName } from '$util/friendlyName';
|
||||||
|
|
||||||
import { createQuery } from '@tanstack/svelte-query';
|
import { createQuery } from '@tanstack/svelte-query';
|
||||||
|
|
||||||
import Query from '$lib/components/Query.svelte';
|
import Query from '$lib/components/Query.svelte';
|
||||||
import FooterSection from './FooterSection.svelte';
|
import FooterSection from './FooterSection.svelte';
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<div class="desktop-only">
|
<div class="desktop-only">
|
||||||
<span>{title}</span>
|
<span>{title}</span>
|
||||||
<ul transition:slide|local={{ easing: quintOut, duration: 500 }}>
|
<ul>
|
||||||
<slot />
|
<slot />
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user