adding slide-in-bottom
This commit is contained in:
parent
8eb8da8276
commit
86df7999e0
|
|
@ -23,6 +23,14 @@
|
|||
transform: translateY(0%);
|
||||
}
|
||||
}
|
||||
@keyframes slide-in-bottom {
|
||||
0% {
|
||||
transform: translateY(40%);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0%);
|
||||
}
|
||||
}
|
||||
@keyframes slide-out {
|
||||
0% {
|
||||
transform: translateY(0%);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user