Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/12/2012, 22:01
Avatar de flashmax
flashmax
 
Fecha de Ingreso: julio-2012
Ubicación: Bs.As. Argentina
Mensajes: 507
Antigüedad: 11 años, 9 meses
Puntos: 86
Respuesta: Transition CSS3

hola haber si así lo solucionas

Código HTML:
div.expa{
	position:absolute;
	z-index:1;
       width:100px;
	height:60px;
	margin:5px;
        background-color: red;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
					
 }
__________________
Saludos!
----------------------------------------------------------