Skip to content

Commit e5747b7

Browse files
Merge pull request #1948 from appwrite/partners-animations-fix
2 parents 52ed430 + 526e37a commit e5747b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/markdoc/tags/Tabs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
class="dark:bg-greyscale-850/90 mt-4 mb-8 flex flex-col gap-1 rounded-2xl border border-black/8 bg-white/90 px-6 pt-4 pb-6 outline-0 dark:border-white/10"
4848
>
4949
<div
50-
class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbard-width:none]"
50+
class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbar-width:none]"
5151
>
5252
<div class="hidden items-center gap-4 sm:flex" {...tabs.triggerList}>
5353
{#each $ctx.triggers.slice(0, 7) as { title, id }}

src/routes/partners/(components)/partners.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
<style>
102102
.animate {
103-
animation: card-in 1200ms var(--transition-timing-function-spring) forwards;
103+
animation: card-in 1200ms var(--easing-spring) forwards;
104104
}
105105
@keyframes card-in {
106106
0% {

src/routes/partners/(components)/puzzle.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
}
321321
322322
&.active {
323-
animation: var(--transition-timing-function-spring) right-piece 1.333s forwards;
323+
animation: var(--easing-spring) right-piece 1.333s forwards;
324324
}
325325
}
326326
@@ -343,7 +343,7 @@
343343
}
344344
345345
&.active {
346-
animation: var(--transition-timing-function-spring) left-piece 1.333s forwards;
346+
animation: var(--easing-spring) left-piece 1.333s forwards;
347347
}
348348
}
349349

0 commit comments

Comments
 (0)