intro start++
This commit is contained in:
@@ -19,8 +19,13 @@ canvas.intro3d{
|
||||
background:transparent;
|
||||
pointer-events: none;
|
||||
z-index:99;
|
||||
animation: logoanim 3.5s ease-out forwards;
|
||||
}
|
||||
|
||||
@keyframes logoanim{
|
||||
0% { filter: blur(14px); opacity: 0; transform: scale(0.1) }
|
||||
100% { filter: blur(0); opacity: 1; transform: scale(1) }
|
||||
}
|
||||
|
||||
@keyframes startbtnanim{
|
||||
0% { opacity: 0; }
|
||||
|
||||
Reference in New Issue
Block a user