Update source file for fadeInDown

This commit is contained in:
Dan Eden 2013-04-09 11:46:55 +01:00
parent a6ee638715
commit 8429a2d0d7

View File

@ -25,12 +25,12 @@
@-o-keyframes fadeInDown { @-o-keyframes fadeInDown {
0% { 0% {
opacity: 0; opacity: 0;
-ms-transform: translateY(-20px); -o-transform: translateY(-20px);
} }
100% { 100% {
opacity: 1; opacity: 1;
-ms-transform: translateY(0); -o-transform: translateY(0);
} }
} }