|
@@ -19,7 +19,7 @@
|
|
</script>
|
|
</script>
|
|
<link href="./css/wapzt_base_rem.1.0.css" rel="stylesheet" type="text/css" />
|
|
<link href="./css/wapzt_base_rem.1.0.css" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" href="./css/animate.min.css">
|
|
<link rel="stylesheet" href="./css/animate.min.css">
|
|
-<link rel="stylesheet" href="./css/main.css?v9">
|
|
|
|
|
|
+<link rel="stylesheet" href="./css/main.css?v10">
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div class="g-doc">
|
|
<div class="g-doc">
|
|
@@ -199,7 +199,7 @@ for (var i = 0; i < maxStars; i++) {
|
|
|
|
|
|
function animation() {
|
|
function animation() {
|
|
ctx.globalCompositeOperation = 'source-over';
|
|
ctx.globalCompositeOperation = 'source-over';
|
|
- // ctx.globalAlpha =1;
|
|
|
|
|
|
+ ctx.globalAlpha = 0.8;
|
|
ctx.fillStyle = 'rgb(39,48,123)';
|
|
ctx.fillStyle = 'rgb(39,48,123)';
|
|
ctx.fillRect(0, 0, w, h);
|
|
ctx.fillRect(0, 0, w, h);
|
|
ctx.globalCompositeOperation = 'lighter';
|
|
ctx.globalCompositeOperation = 'lighter';
|