Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/06/2013, 14:00
Avatar de Trublux
Trublux
 
Fecha de Ingreso: octubre-2010
Ubicación: Madrid
Mensajes: 355
Antigüedad: 14 años, 1 mes
Puntos: 48
Respuesta: Animacion on hover con jQuery y CSS

Puedes usar "transform" de CSS3:
Código CSS:
Ver original
  1. .claseX {
  2. width: 20px;
  3. height: 20px;
  4. background: red;
  5. transition: all 1s ease-in;
  6. -moz-transition: all 1s ease-in;
  7. -webkit-transition: all 1s ease-in;
  8. -o-transition: all 1s ease-in;
  9. }
  10. .claseX:hover {
  11. background: black;
  12. transition: all 1s ease-in;
  13. -moz-transition: all 1s ease-in;
  14. -webkit-transition: all 1s ease-in;
  15. -o-transition: all 1s ease-in;
  16. }
__________________
eZ Publish Developer Basic Legacy
eZ Publish Developer Basics (4.4)
Alojamientos rurales en España