chore(nxdev): Remove old home screen information (#5651)
This commit is contained in:
parent
48d2a7047a
commit
5abd640682
@ -1,13 +0,0 @@
|
|||||||
@keyframes animateWave {
|
|
||||||
0% {
|
|
||||||
transform: scale(1, 0);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
transform: scale(1, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.wave {
|
|
||||||
transform-origin: bottom;
|
|
||||||
animation: animateWave 1000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user