%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/assets/a00ab1df/source/rotating_exits/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/assets/a00ab1df/source/rotating_exits/rotateOutUpRight.css |
@keyframes rotateOutUpRight {
from {
opacity: 1;
}
to {
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
transform-origin: right bottom;
}