Skip to content

Commit 51d8231

Browse files
committed
fix: adjust animations
1 parent 01567f2 commit 51d8231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/IconWithText.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defineProps({
2828

2929
<style lang="scss">
3030
.rounded-icon {
31-
@apply bg-wit-blue-500;
31+
@apply bg-wit-blue-500 transition-colors;
3232
}
3333
.icon-container:hover > .rounded-icon {
3434
@apply bg-wit-blue-300;

components/sections/CoinSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<template #top>
99
<RotateOnScroll
1010
section-id="stake"
11-
start-position="-50% top"
11+
start-position="-100% top"
1212
end-position="+=200%"
1313
>
1414
<BlueStarIcon class="w-auto h-[400px]" />

0 commit comments

Comments
 (0)