%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/assets/a00ab1df/source/back_entrances/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/assets/a00ab1df/source/back_entrances/backInRight.css |
@keyframes backInRight {
0% {
transform: translateX(2000px) scale(0.7);
opacity: 0.7;
}
80% {
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.backInRight {
animation-name: backInRight;
}