Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
 
PREVIOUS NEXT
Tagged: #css #animation #animated #element #previous #state
ADD COMMENT
Topic
Name
7+9 =