質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,9 +28,9 @@
|
|
28
28
|
|
29
29
|
@keyframes change_text{
|
30
30
|
|
31
|
-
0%{ div.text:before {content: "text1" } }
|
31
|
+
0%{ div.text_change:before {content: "text1" } }
|
32
32
|
|
33
|
-
100%{ div.text:after {content: "text2" } }
|
33
|
+
100%{ div.text_change:after {content: "text2" } }
|
34
34
|
|
35
35
|
}
|
36
36
|
|
@@ -40,6 +40,6 @@
|
|
40
40
|
|
41
41
|
|
42
42
|
|
43
|
-
<div class="text"></div>
|
43
|
+
<div class="text_change"></div>
|
44
44
|
|
45
45
|
```
|