css animation animated element goes back to previous state
/*use animation-fill-mode:forwards */
/* forward make element state on final state of animation */
animation-fill-mode: forwards;
/*If you are using more animation attributes the shorthand is: */
animation: bubble 2s linear 0.5s 1 normal forwards;