hi-ucs/node_modules/_animate.css@4.1.1@animate.css/source/sliding_entrances/slideInRight.css

15 lines
206 B
CSS
Raw Permalink Normal View History

2022-08-16 09:55:42 +08:00
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}