unch-cms/public/assets/vendor/animate.css/source/sliding_entrances/slideInLeft.css
2022-09-02 11:25:50 +07:00

15 lines
204 B
CSS
Vendored

@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}