Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/08/2012, 17:09
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses
Puntos: 1567
Respuesta: Como hacer un rollover como este en html5?

no tiene nada que ver con html5, es jQuery

Código Javascript:
Ver original
  1. // box effects
  2. jQuery(".box").hover(function(){
  3. jQuery(this).find(".icon").stop().animate({top:"28"}, {easing:"easeOutElastic", duration: 800})
  4. }, function(){
  5. jQuery(this).find(".icon").stop().animate({top:"0"}, {easing:"easeOutElastic", duration: 800})
  6. });
saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.