Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Websites
/
Haazen
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
removed animations from css
master
Marcel Haazen
hace 6 años
padre
dcc19b9e99
commit
62330a1cfd
Se han
modificado 1 ficheros
con
1 adiciones
y
6 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-6
css/style.css
+ 1
- 6
css/style.css
Ver fichero
@ -705,9 +705,4 @@ elements .clearing-thumbs img:hover {
font-size
:
1
.
4em
;
margin
:
0px
0px
10px
0px
;
border
:
2px
solid
#
ccc
;
}
}
/* Animation */
.
animated
{
-webkit-
animation-fill-mode
:
both
;
-moz-
animation-fill-mode
:
both
;
-ms-
animation-fill-mode
:
both
;
-o-
animation-fill-mode
:
both
;
animation-fill-mode
:
both
;
-webkit-
animation-duration
:
1
s
;
-moz-
animation-duration
:
1
s
;
-ms-
animation-duration
:
1
s
;
-o-
animation-duration
:
1
s
;
animation-duration
:
1
s
}
.
animated
.
hinge
{
-webkit-
animation-duration
:
1
s
;
-moz-
animation-duration
:
1
s
;
-ms-
animation-duration
:
1
s
;
-o-
animation-duration
:
1
s
;
animation-duration
:
1
s
}
@
-webkit-keyframes
fadeInUp
{
0
%
{
opacity
:
0
;
-webkit-
transform
:
translateY
(
20
px
)
}
100
%
{
opacity
:
1
;
-webkit-
transform
:
translateY
(
0
)
}
}
@
-moz-keyframes
fadeInUp
{
0
%
{
opacity
:
0
;
-moz-
transform
:
translateY
(
20
px
)
}
100
%
{
opacity
:
1
;
-moz-
transform
:
translateY
(
0
)
}
}
@
-o-keyframes
fadeInUp
{
0
%
{
opacity
:
0
;
-o-
transform
:
translateY
(
20
px
)
}
100
%
{
opacity
:
1
;
-o-
transform
:
translateY
(
0
)
}
}
@
keyframes
fadeInUp
{
0
%
{
opacity
:
0
;
transform
:
translateY
(
20
px
)
}
100
%
{
opacity
:
1
;
transform
:
translateY
(
0
)
}
}
.
fadeInUp
{
-webkit-
animation-name
:
fadeInUp
;
-moz-
animation-name
:
fadeInUp
;
-o-
animation-name
:
fadeInUp
;
animation-name
:
fadeInUp
}
@
-webkit-keyframes
fadeInLeft
{
0
%
{
opacity
:
0
;
-webkit-
transform
:
translateX
(
-20
px
)
}
100
%
{
opacity
:
1
;
-webkit-
transform
:
translateX
(
0
)
}
}
@
-moz-keyframes
fadeInLeft
{
0
%
{
opacity
:
0
;
-moz-
transform
:
translateX
(
-20
px
)
}
100
%
{
opacity
:
1
;
-moz-
transform
:
translateX
(
0
)
}
}
@
-o-keyframes
fadeInLeft
{
0
%
{
opacity
:
0
;
-o-
transform
:
translateX
(
-20
px
)
}
100
%
{
opacity
:
1
;
-o-
transform
:
translateX
(
0
)
}
}
@
keyframes
fadeInLeft
{
0
%
{
opacity
:
0
;
transform
:
translateX
(
-20
px
)
}
100
%
{
opacity
:
1
;
transform
:
translateX
(
0
)
}
}
.
fadeInLeft
{
-webkit-
animation-name
:
fadeInLeft
;
-moz-
animation-name
:
fadeInLeft
;
-o-
animation-name
:
fadeInLeft
;
animation-name
:
fadeInLeft
}
@
-webkit-keyframes
fadeInRight
{
0
%
{
opacity
:
0
;
-webkit-
transform
:
translateX
(
20
px
)
}
100
%
{
opacity
:
1
;
-webkit-
transform
:
translateX
(
0
)
}
}
@
-moz-keyframes
fadeInRight
{
0
%
{
opacity
:
0
;
-moz-
transform
:
translateX
(
20
px
)
}
100
%
{
opacity
:
1
;
-moz-
transform
:
translateX
(
0
)
}
}
@
-o-keyframes
fadeInRight
{
0
%
{
opacity
:
0
;
-o-
transform
:
translateX
(
20
px
)
}
100
%
{
opacity
:
1
;
-o-
transform
:
translateX
(
0
)
}
}
@
keyframes
fadeInRight
{
0
%
{
opacity
:
0
;
transform
:
translateX
(
20
px
)
}
100
%
{
opacity
:
1
;
transform
:
translateX
(
0
)
}
}
.
fadeInRight
{
-webkit-
animation-name
:
fadeInRight
;
-moz-
animation-name
:
fadeInRight
;
-o-
animation-name
:
fadeInRight
;
animation-name
:
fadeInRight
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar