updated animation
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes launch {
|
@keyframes launch {
|
||||||
0% { transform: translateY(0); opacity: 1; }
|
0% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
|
||||||
70% { transform: translateY(-200px); opacity: 1; }
|
70% { transform: translate(200px, -200px) rotate(0deg); opacity: 1; }
|
||||||
100% { transform: translateY(-400px); opacity: 0; }
|
100% { transform: translate(400px, -400px) rotate(0deg); opacity: 0; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user