Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Websites
/
Haazen
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
1
Wiki
Attività
Sfoglia il codice sorgente
removed animations from css
master
Marcel Haazen
6 anni fa
parent
dcc19b9e99
commit
62330a1cfd
1 ha cambiato i file
con
1 aggiunte
e
6 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-6
css/style.css
+ 1
- 6
css/style.css
Vedi File
@ -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
}
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva