Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

animate.css

.my-element {
  display: inline-block;
  margin: 0 0.5rem;

  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
}
Source by animate.style #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+5 =