%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/assets/a00ab1df/source/attention_seekers/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/assets/a00ab1df/source/attention_seekers/pulse.css |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
animation-timing-function: ease-in-out;
}