Skip to content

Commit

Permalink
fix keyframe name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolts committed Nov 1, 2022
1 parent e909f3e commit de71fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/maxwolts/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
}

.maxwolts-animation-panda-result {
animation: animation-rotate 2s ease-out;
animation: maxwolts-animation-rotate 2s ease-out;
}

@keyframes animation-rotate {
@keyframes maxwolts-animation-rotate {
30% {
transform: rotateX(95deg);
transition: transform 1s;
Expand Down

0 comments on commit de71fe2

Please sign in to comment.