Verhindern Sie die CSS -Animation Reset
.animationElem {
animation: something 1s;
animation-fill-mode: forwards;
/*webkit*/
-webkit-animation-fill-mode: forwards;
}
Pandata