luckyphoenix 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/css/colorful.css CHANGED
@@ -1,66 +1,66 @@
1
- #momk {
2
- animation: change 10s infinite;
3
- font-weight: 800;
4
- }
5
-
6
- @keyframes change {
7
- 0% {
8
- color: #5cb85c
9
- }
10
-
11
- 25% {
12
- color: #556bd8
13
- }
14
-
15
- 50% {
16
- color: #e40707
17
- }
18
-
19
- 75% {
20
- color: #66e616
21
- }
22
-
23
- 100% {
24
- color: #67bd31
25
- }
26
- }
27
-
28
- /*渐变背景CSS*/
29
- #canvas-basic {
30
- position: fixed;
31
- display: block;
32
- width: 100%;
33
- height: 100%;
34
- top: 0;
35
- right: 0;
36
- bottom: 0;
37
- left: 0;
38
- z-index: -999;
39
- }
40
-
41
- /* <!-- 渐变背景初始化,如果要使用渐变背景把下面的那一行注释去掉即可-->
42
- <!-- 下面的几行都是渐变的一套,自定义头部内还有一个关联的自定义CSS -->
43
- <!--<canvas id="canvas-basic"></canvas> -->
44
- <script src="https://npm.elemecdn.com/granim@2.0.0/dist/granim.min.js"></script>
45
- <script>
46
- var granimInstance = new Granim({
47
- element: '#canvas-basic',
48
- direction: 'left-right',
49
- isPausedWhenNotInView: true,
50
- states : {
51
- "default-state": {
52
- gradients: [
53
- ['#a18cd1', '#fbc2eb'],
54
- ['#fff1eb', '#ace0f9'],
55
- ['#d4fc79', '#96e6a1'],
56
- ['#a1c4fd', '#c2e9fb'],
57
- ['#a8edea', '#fed6e3'],
58
- ['#9890e3', '#b1f4cf'],
59
- ['#a1c4fd', '#c2e9fb'],
60
- ['#fff1eb', '#ace0f9']
61
-
62
- ]
63
- }
64
- }
65
- });
1
+ #momk {
2
+ animation: change 10s infinite;
3
+ font-weight: 800;
4
+ }
5
+
6
+ @keyframes change {
7
+ 0% {
8
+ color: #5cb85c
9
+ }
10
+
11
+ 25% {
12
+ color: #556bd8
13
+ }
14
+
15
+ 50% {
16
+ color: #e40707
17
+ }
18
+
19
+ 75% {
20
+ color: #66e616
21
+ }
22
+
23
+ 100% {
24
+ color: #67bd31
25
+ }
26
+ }
27
+
28
+ /*渐变背景CSS*/
29
+ #canvas-basic {
30
+ position: fixed;
31
+ display: block;
32
+ width: 100%;
33
+ height: 100%;
34
+ top: 0;
35
+ right: 0;
36
+ bottom: 0;
37
+ left: 0;
38
+ z-index: -999;
39
+ }
40
+
41
+ /* <!-- 渐变背景初始化,如果要使用渐变背景把下面的那一行注释去掉即可-->
42
+ <!-- 下面的几行都是渐变的一套,自定义头部内还有一个关联的自定义CSS -->
43
+ <!--<canvas id="canvas-basic"></canvas> -->
44
+ <script src="https://npm.elemecdn.com/granim@2.0.0/dist/granim.min.js"></script>
45
+ <script>
46
+ var granimInstance = new Granim({
47
+ element: '#canvas-basic',
48
+ direction: 'left-right',
49
+ isPausedWhenNotInView: true,
50
+ states : {
51
+ "default-state": {
52
+ gradients: [
53
+ ['#a18cd1', '#fbc2eb'],
54
+ ['#fff1eb', '#ace0f9'],
55
+ ['#d4fc79', '#96e6a1'],
56
+ ['#a1c4fd', '#c2e9fb'],
57
+ ['#a8edea', '#fed6e3'],
58
+ ['#9890e3', '#b1f4cf'],
59
+ ['#a1c4fd', '#c2e9fb'],
60
+ ['#fff1eb', '#ace0f9']
61
+
62
+ ]
63
+ }
64
+ }
65
+ });
66
66
  </script> */