chore(MessageBox): unused keyframe (#14335)

docs(MessageBox): unused keyframe
This commit is contained in:
ShuGang Zhou 2023-10-04 06:31:43 +08:00 committed by GitHub
parent a1deb26770
commit 8d28ee481a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,15 +244,3 @@
opacity: 1;
}
}
@keyframes msgbox-fade-out {
0% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
transform: translate3d(0, -20px, 0);
opacity: 0;
}
}