質問編集履歴

1

/

2019/05/02 17:41

投稿

ochaast
ochaast

スコア13

test CHANGED
File without changes
test CHANGED
@@ -24,15 +24,15 @@
24
24
 
25
25
  .title {
26
26
 
27
- -webkit-animation: title 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
27
+ -webkit-animation: fadein 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
28
28
 
29
- animation: title 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
29
+ animation: fadein 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
30
30
 
31
31
  }
32
32
 
33
33
 
34
34
 
35
- @-webkit-keyframes title {
35
+ @-webkit-keyframes fadein {
36
36
 
37
37
  0% {
38
38
 
@@ -64,7 +64,7 @@
64
64
 
65
65
  }
66
66
 
67
- @keyframes title {
67
+ @keyframes fadein {
68
68
 
69
69
  0% {
70
70