![]() |
Está en marcha el XXI Certamen de Adopción. Entra y vota tu artículo favorito en esta página |
![]() |
Widget:Transicion
Ir a la navegación
Ir a la búsqueda
<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css">
.transformista {
;
;
-webkit-transition: all s ease-in; -moz-transition: all s ease-in; -o-transition: all s ease-in; transition: all s ease-in; }
.transformista :hover {
;
-webkit-transition: all s ease-out; -moz-transition: all s ease-out; -o-transition: all s ease-out; transition: all s ease-out; } </style> </head>