提交 3f09183c 编写于 作者: V Vivian Lin 提交者: unacao

dreamview: updated loading page animation (#1649)

上级 fce44ed8
import React from "react";
import RENDERER from "renderer";
import loaderImg from "assets/images/loader_apollo.gif";
import loaderImg from "assets/images/logo_apollo.png";
export default class Loader extends React.Component {
......
......@@ -836,7 +836,7 @@ body {
.img-container {
position: absolute;
top: 20%;
top: 35%;
left: 25%;
width: 50%;
height: 40%;
......@@ -850,6 +850,18 @@ body {
font-size: 18px;
color: #FFFFFF;
text-align: center;
animation-name: flash;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-play-state: running;
@keyframes flash {
from {color: #FFFFFF;}
to {color: #000C17;}
}
}
}
}
\ No newline at end of file
......@@ -88,7 +88,7 @@ module.exports = {
// first, and then file-loader.
//
// Now you can import images just like js.
test: /\.(png|jpe?g|svg|gif)$/i,
test: /\.(png|jpe?g|svg)$/i,
use: [
{
loader: "file-loader",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册