css3 zoom effect - Css

Zooming effect

Snippet Code


  
Rate this page :
  [ 0 votes]

Image Zooming effect

<style> -webkit-animation: zoomin 6s ease-in-out -7s infinite alternate; -moz-animation: zoomin 6s ease-in-out -7s infinite alternate; animation: zoomin 6s ease-in-out -7s infinite alternate; </style>

Tags


Ask Questions

Ask Question