Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css animation stay at end

/* Try adding animation-fill-mode: forwards;. For example like this: */
-webkit-animation: bubble 1.0s forwards; /* for less modern browsers */
        animation: bubble 1.0s forwards;
 
PREVIOUS NEXT
Tagged: #css #animation #stay
ADD COMMENT
Topic
Name
1+8 =