質問編集履歴
2
ぶん
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,9 +14,9 @@
|
|
14
14
|
<link rel="stylesheet" href="nayami.css">
|
15
15
|
</head>
|
16
16
|
<body>
|
17
|
-
<p>株式会社あああ</p><br><br><br><br>
|
17
|
+
<p>株式会社あああ</p><br><br><br><br>
|
18
|
-
<div class="a">あああああああ</div>←
|
18
|
+
<div class="a">あああああああ</div>←このテキストは左から右へとフェードインされる。
|
19
|
-
<dic class="b">Peace of mind for a broken heart</div>
|
19
|
+
<dic class="b">Peace of mind for a broken heart</div>←二行目のテキストから通常のフェードインしかされない。
|
20
20
|
</body>
|
21
21
|
</html>
|
22
22
|
|
1
文書の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,8 +14,8 @@
|
|
14
14
|
<link rel="stylesheet" href="nayami.css">
|
15
15
|
</head>
|
16
16
|
<body>
|
17
|
-
<p>株式会社あああ</p><br><br><br><br>
|
17
|
+
<p>株式会社あああ</p><br><br><br><br>←このテキストは左から右へとフェードインされる。
|
18
|
-
<div class="a">あああああああ</div>
|
18
|
+
<div class="a">あああああああ</div>←二行目のテキストから通常のフェードインしかされない。
|
19
19
|
<dic class="b">Peace of mind for a broken heart</div>
|
20
20
|
</body>
|
21
21
|
</html>
|
@@ -55,7 +55,7 @@
|
|
55
55
|
@keyframes my-fade-in2 {
|
56
56
|
from{
|
57
57
|
opacity: 0;
|
58
|
-
transform: translatex(-50px);
|
58
|
+
transform: translatex(-50px);←ここをいじってもブラウザでは何も変わらない。
|
59
59
|
}
|
60
60
|
to{
|
61
61
|
opacity: 1;
|