Skip to content

Commit

Permalink
fix: no stopping link box animation on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Aug 18, 2023
1 parent 3d14c1f commit a1c4b51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Link/LinkBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ export default defineComponent({
.link-group-wrapper {
@apply transform-gpu;
animation: rowup 60s linear infinite;
&:hover {
animation-play-state: paused;
}
}
.links-group-avatar-pair {
Expand Down

0 comments on commit a1c4b51

Please sign in to comment.