Skip to content

Commit ced87a8

Browse files
committed
Simplified CSS animation
1 parent 1d25df5 commit ced87a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/App.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434

3535
@keyframes App-logo-spin {
3636
from {
37-
transform: scale(1.0);
37+
scale: 1.0;
3838
}
3939
to {
40-
transform: scale(1.05);
40+
scale: 1.05;
41+
rotate: 5deg;
4142
}
4243
}

0 commit comments

Comments
 (0)