質問編集履歴
2
ぶん
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,11 +30,11 @@
|
|
30
30
|
|
31
31
|
<body>
|
32
32
|
|
33
|
-
<p>株式会社あああ</p><br><br><br><br>
|
33
|
+
<p>株式会社あああ</p><br><br><br><br>
|
34
34
|
|
35
|
-
<div class="a">あああああああ</div>←
|
35
|
+
<div class="a">あああああああ</div>←このテキストは左から右へとフェードインされる。
|
36
36
|
|
37
|
-
<dic class="b">Peace of mind for a broken heart</div>
|
37
|
+
<dic class="b">Peace of mind for a broken heart</div>←二行目のテキストから通常のフェードインしかされない。
|
38
38
|
|
39
39
|
</body>
|
40
40
|
|
1
文書の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,9 +30,9 @@
|
|
30
30
|
|
31
31
|
<body>
|
32
32
|
|
33
|
-
<p>株式会社あああ</p><br><br><br><br>
|
33
|
+
<p>株式会社あああ</p><br><br><br><br>←このテキストは左から右へとフェードインされる。
|
34
34
|
|
35
|
-
<div class="a">あああああああ</div>
|
35
|
+
<div class="a">あああああああ</div>←二行目のテキストから通常のフェードインしかされない。
|
36
36
|
|
37
37
|
<dic class="b">Peace of mind for a broken heart</div>
|
38
38
|
|
@@ -112,7 +112,7 @@
|
|
112
112
|
|
113
113
|
opacity: 0;
|
114
114
|
|
115
|
-
transform: translatex(-50px);
|
115
|
+
transform: translatex(-50px);←ここをいじってもブラウザでは何も変わらない。
|
116
116
|
|
117
117
|
}
|
118
118
|
|