Skip to content

Commit

Permalink
fix: adjust animations
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 6, 2024
1 parent 883402d commit a05e4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/IconWithText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defineProps({

<style lang="scss">
.rounded-icon {
@apply bg-wit-blue-500;
@apply bg-wit-blue-500 transition-colors;
}
.icon-container:hover > .rounded-icon {
@apply bg-wit-blue-300;
Expand Down
2 changes: 1 addition & 1 deletion components/sections/CoinSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<template #top>
<RotateOnScroll
section-id="stake"
start-position="-50% top"
start-position="-100% top"
end-position="+=200%"
>
<BlueStarIcon class="w-auto h-[400px]" />
Expand Down

0 comments on commit a05e4be

Please sign in to comment.