get css keyframe sto stay at end code example
Example 1: animation keep end state
-webkit-animation: bubble 1.0s forwards; /* for less modern browsers */
animation: bubble 1.0s forwards;
Example 2: how to make animation stay on 100%
animation-fill-mode:forwards;