Skip to content

Commit

Permalink
1.动画优化
Browse files Browse the repository at this point in the history
  • Loading branch information
pwh-pwh committed Jul 29, 2024
1 parent 56f3565 commit cab390e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ onMounted(() => {
transform: scale(0.2) rotate(0deg);
opacity: 0.3;
}
50% {
transform: scale(1.5) rotate(180deg);
opacity: 1;
}
100% {
transform: scale(1) rotate(360deg);
opacity: 1;
Expand Down

0 comments on commit cab390e

Please sign in to comment.