Skip to content

Commit

Permalink
[O] Show sakura on phone screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Oct 29, 2024
1 parent a0589d9 commit 357dd28
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/components/Sakura.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export default class Sakura extends Vue {
left: 0;
width: 0.8vw;
height: 0.4vw;
min-width: 10px;
min-height: 5px;
border-radius: 5% 80% 10% 80%;
background-color: #ffb6c1;
Expand Down Expand Up @@ -157,7 +159,7 @@ export default class Sakura extends Vue {
}
100% {
top: 100%;
top: 120%;
transform: translateX(15vw) rotateX(180deg) rotateY(360deg);
}
}
Expand All @@ -169,55 +171,55 @@ export default class Sakura extends Vue {
}
100% {
top: 100%;
top: 120%;
transform: translateX(-15vw) rotateX(180deg) rotateY(360deg);
}
}
@keyframes sakura-anim-3 {
0% {
top: -10%;
top: -15%;
transform: translateX(0);
}
100% {
top: 100%;
top: 120%;
transform: translateX(25vw) rotateX(180deg) rotateY(360deg);
}
}
@keyframes sakura-anim-4 {
0% {
top: -10%;
top: -15%;
transform: translateX(0);
}
100% {
top: 100%;
top: 120%;
transform: translateX(-20vw) rotateX(360deg) rotateY(180deg);
}
}
@keyframes sakura-anim-5 {
0% {
top: -10%;
top: -20%;
transform: translateX(0);
}
100% {
top: 100%;
top: 120%;
transform: translateX(-25vw) rotateX(180deg) rotateY(360deg);
}
}
@keyframes sakura-anim-6 {
0% {
top: -10%;
top: -20%;
transform: translateX(0);
}
100% {
top: 100%;
top: 120%;
transform: translateX(21vw) rotateX(360deg) rotateY(180deg);
}
}
Expand Down

0 comments on commit 357dd28

Please sign in to comment.