%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/assets/c1cbb33e/source/sliding_exits/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/assets/c1cbb33e/source/sliding_exits/slideOutLeft.css |
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}