質問編集履歴

1

リンク先追加、文章修正

2020/02/04 01:56

投稿

saku615
saku615

スコア46

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,22 @@
1
- 現在サイト制作を行なっており、下記のサイトを参考にしてページ遷移の際にフェードイン・アウトを入れえう処理をしています。
1
+ 現在サイト制作を行なっており、下記のサイトを参考にしてページ遷移の際にフェードイン・アウトを入れ処理をしています。
2
2
 
3
3
  [https://digipress.info/tech/page-transition-effect-how-to/](https://digipress.info/tech/page-transition-effect-how-to/)
4
+
5
+
6
+
7
+ ### 前提・実現したいこと
8
+
9
+ ページ遷移のときに白くフェードイン・アウトする処理をしたい。
10
+
11
+ 戻るボタンを押して遷移したときも同様。
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+ ### 発生している問題
4
20
 
5
21
 
6
22
 
@@ -12,9 +28,11 @@
12
28
 
13
29
 
14
30
 
15
- どなたかご教示いただけると幸いです。
31
+ [https://teratail.com/questions/212957](https://teratail.com/questions/212957)
16
32
 
33
+
34
+
17
- よろしくお願いいたします。
35
+ ### ソースコード
18
36
 
19
37
 
20
38
 
@@ -84,12 +102,14 @@
84
102
 
85
103
 
86
104
 
105
+ どなたかご教示いただけると幸いです。
106
+
87
- その他参考にしたサイト・記事
107
+ よろくお願いいします。
88
108
 
89
109
 
90
110
 
91
- https://teratail.com/questions/212957
111
+ ### その他参考にしたサイト・記事
92
112
 
93
- https://techacademy.jp/magazine/22422
113
+ [https://techacademy.jp/magazine/22422](https://techacademy.jp/magazine/22422)
94
114
 
95
- https://yutaihara.com/archives/512
115
+ [https://yutaihara.com/archives/512](https://yutaihara.com/archives/512)