Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

prevent css animation reset

.animationElem {
     animation: something 1s;

  	animation-fill-mode: forwards;
  	/*webkit*/
     -webkit-animation-fill-mode: forwards;
 }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #prevent #css #animation #reset
ADD COMMENT
Topic
Name
7+6 =