mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-29 05:41:03 +00:00
refactor: minor cleanup
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
<div class="patches-list patches-container">
|
||||
{#each patches as patch, i}
|
||||
<div in:fly="{{ x: 10, easing: quintOut, duration: 750, delay: (80 * i)}}">
|
||||
<div in:fly="{{ x: 10, easing: quintOut, duration: 750, delay: -(300*(0.85**i))+300}}">
|
||||
<Patch
|
||||
name={patch.name
|
||||
// im sorry
|
||||
|
||||
Reference in New Issue
Block a user