Skip to main content

Animate Css

To sweeten the design, we make a simple animate css that can be used on certain elements.

Move

Make animate up and down with add .animated-up-down classes.

images title

Example code

            
              <img class="img-fluid animated-up-down" src="src/img-min/svg/start_up.svg" alt="images title">
            
          

Hover

Make animate move up if hover with add .hover-box-up classes.

images title

Example code

            
              <img class="img-fluid hover-box-up" src="src/img-min/svg/start_up.svg" alt="images title">