質問編集履歴
3
質問を加えました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -53,3 +53,7 @@
|
|
53
53
|
</html>
|
54
54
|
|
55
55
|
```
|
56
|
+
|
57
|
+
setInterval("dsp.style.opacity^=2,1000");
|
58
|
+
|
59
|
+
の opacity^=2 が理解できません。
|
2
整理しなおしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,12 +52,4 @@
|
|
52
52
|
|
53
53
|
</html>
|
54
54
|
|
55
|
-
https://teratail.com/questions/256099```でも質問させていただいたのですが、少し排他的論理値が分かってきたような感じがしたので、再度質問させていただきます。
|
56
|
-
|
57
|
-
|
55
|
+
```
|
58
|
-
|
59
|
-
setInterval("dsp.style.opacity^=2,1000"); は
|
60
|
-
|
61
|
-
透明化されているか、透明化されていないかを1000ミリ秒ごとに表示させると考えれば良いのでしょうか。
|
62
|
-
|
63
|
-
よろしくお願いします。
|
1
整理しました。失礼いたしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
dsp.style.color="red";
|
34
34
|
|
35
|
-
|
35
|
+
setInterval("dsp.style.opacity^=2,1000");
|
36
36
|
|
37
37
|
|
38
38
|
|