Animacion Imágenes {Hover}

PASA EL CURSOR POR LAS IMÁGENES & MIRA LA MAGIA!
Para Agregar Cualquiera De Estas Tres Efectos:
Ve Diseño / Personalizar / Añadir CSS
Allí Pega El Código Del Efecto Elegido:

img:hover{
-webkit-animation-name: MMCa1;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');}
@-moz-keyframes MMCa1 /* Firefox*/
{
{ -ms-transform:: translate(0px, 0px) rotate(0deg); }
 50% { -moz-transform:  translate(-7px, 0px) rotate(7deg); }
}
@-ms-keyframes MMCa1 /* IE9*/
{
  0% { -ms-transform: translate( 0px, 0px) rotate(0deg); }
 50% { -ms-transform: translate(-7px, 0px) rotate(7deg); }
}
@-webkit-keyframes MMCa1 /* Safari and Chrome */
{
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
 50% { -webkit-transform: translate(-7px, 0px) rotate(7deg); }
}

img:hover{
border-radius: 100%;
-webkit-animation-name: MMCa2;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');}
@-moz-keyframes MMCa2 /* Firefox*/
{
{ -ms-transform:: translate(0px, 0px) rotate(0deg); }
 50% { -moz-transform:  translate(0px, 0px) rotate(360deg); }
}
@-ms-keyframes MMCa2 /* IE9*/
{
  0% { -ms-transform: translate( 0px, 0px) rotate(0deg); }
 50% { -ms-transform: translate( 0px, 0px) rotate(360deg); }
}
@-webkit-keyframes MMCa2 /* Safari and Chrome */
{
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
 50% { -webkit-transform: translate(0px, 0px) rotate(360deg); }
}

img:hover {
border-radius: ;
-webkit-animation-name: MMCa3;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');}
@-moz-keyframes MMCa3 /* Firefox*/
{
{ -ms-transform:: translate(0px, 0px) rotate(0deg); }
 20% { -moz-transform:  translate(-7px, 7px) rotate(0deg); }
 50% { -moz-transform:  translate(0px, 7px) rotate(0deg); }
 70% { -moz-transform:  translate(-7px, 7px) rotate(0deg); }
}
@-ms-keyframes MMCa3 /* IE9*/
{
  0% { -ms-transform: translate( 0px, 0px) rotate(0deg); }
 20% { -ms-transform: translate( -7px, 7px) rotate(0deg); }
 50% { -ms-transform: translate( 0px, 7px) rotate(0deg); }
 70% { -ms-transform: translate( -7px, 7px) rotate(0deg); }
}
@-webkit-keyframes MMCa3 /* Safari and Chrome */
{
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
 20% { -webkit-transform: translate(-7px, 7px) rotate(0deg); }
 50% { -webkit-transform: translate(0px, 7px) rotate(0deg); }
 70% { -webkit-transform: translate(-7px, 7px) rotate(0deg); }
}
Tutorial Original. 
Thanks for read.
icon by Shiro.

6 comentarios:

  1. Hola! He usado el primer efecto. Gracias por él. Pero quisiera saber si se puede hacer que la imagen no tambalee sólo hacia la izquierda, sino también hacia la derecha. Gracias

    ResponderEliminar
  2. Paso el cursor por las imagenes y no pasa nada @-@

    ResponderEliminar
  3. Me encantaron los efectos *-* realmente genial, usaré el primero -w- gracias por postearlo, see ya♥

    ResponderEliminar