Final tweaks to Bombe svg and preloader css

This commit is contained in:
n1474335 2019-03-14 12:11:41 +00:00
parent cf32372a57
commit 33db0e666a
2 changed files with 2 additions and 11 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Turing-Welchman Bombe SVG animation Turing-Welchman Bombe SVG animation
@author n1474335 [n1474335@gmail.com] @author n1474335 [n1474335@gmail.com]
@copyright Crown Copyright 2019 @copyright Crown Copyright 2019
@license Apache-2.0 @license Apache-2.0
--> -->

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -160,12 +160,3 @@
transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0);
} }
} }
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}