Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Maintaining the final state at end of a CSS3 animation

/*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: #Maintaining #final #state #animation
ADD COMMENT
Topic
Name
8+6 =