Skip to content

Commit 54a270c

Browse files
committed
update
1 parent b4b8ea7 commit 54a270c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/App.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,19 @@
1515

1616
.avtr {
1717
animation: avtr-pulse 2s infinite ease-in-out;
18-
transition: 0.5s ease-in-out;
19-
}
20-
21-
.avtr:hover {
22-
rotate: 360deg;
23-
scale: 1.1;
18+
transform-origin: center center;
19+
will-change: transform;
2420
}
2521

2622
@keyframes avtr-pulse {
2723
0% {
2824
box-shadow: 0 0 0 0 var(--color-one);
2925
}
3026
70% {
31-
box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
27+
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
3228
}
3329
100% {
3430
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
35-
3631
}
3732
}
3833

src/assets/img/point_pat.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)