質問編集履歴
7
スクロールをcssからjsライブラリのswiperに変更いたしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -145,3 +145,119 @@
|
|
145
145
|
↓↓↓↓↓↓↓↓↓↓↓画像をクリックすると....↓↓↓↓↓↓
|
146
146
|
|
147
147
|
![イメージ説明](f1315a0b0826ee0fbe16e37e69107fd4.jpeg)
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
---------------------------追記2(スクロールをcssからjsライブラリのswiperに変更いたしました。)---------------------------
|
152
|
+
|
153
|
+
```html
|
154
|
+
|
155
|
+
<!-- scrollpaper -->
|
156
|
+
|
157
|
+
<div id="sp-box" ontouchstart="">
|
158
|
+
|
159
|
+
<img src="img/s-c-p.png" alt="">
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
<div class="swiper-container">
|
164
|
+
|
165
|
+
<div class="swiper-wrapper">
|
166
|
+
|
167
|
+
<div class="swiper-slide"><img src="img/bus.png" alt="Swiper01"></div>
|
168
|
+
|
169
|
+
<div class="swiper-slide"><img src="img/casy.png" alt="Swiper02"></div>
|
170
|
+
|
171
|
+
<div class="swiper-slide"><img src="img/app.png" alt="Swiper03"></div>
|
172
|
+
|
173
|
+
<div class="swiper-slide"><img src="img/rec.png" alt="Swiper04"></div>
|
174
|
+
|
175
|
+
</div>
|
176
|
+
|
177
|
+
<div class="swiper-button-prev"></div>
|
178
|
+
|
179
|
+
<div class="swiper-button-next"></div>
|
180
|
+
|
181
|
+
</div>
|
182
|
+
|
183
|
+
</div>
|
184
|
+
|
185
|
+
```
|
186
|
+
|
187
|
+
```css
|
188
|
+
|
189
|
+
/* sp-box */
|
190
|
+
|
191
|
+
#sp-box{
|
192
|
+
|
193
|
+
height: 40%;
|
194
|
+
|
195
|
+
text-align: center;
|
196
|
+
|
197
|
+
position: relative;
|
198
|
+
|
199
|
+
top: 20%;
|
200
|
+
|
201
|
+
animation: fluffy 3s ease 1s infinite alternate;
|
202
|
+
|
203
|
+
}
|
204
|
+
|
205
|
+
#sp-box img{
|
206
|
+
|
207
|
+
object-fit: cover;
|
208
|
+
|
209
|
+
height: 100%;
|
210
|
+
|
211
|
+
}
|
212
|
+
|
213
|
+
.swiper-container{
|
214
|
+
|
215
|
+
width: 40vh;
|
216
|
+
|
217
|
+
height: 50%;
|
218
|
+
|
219
|
+
margin: auto;
|
220
|
+
|
221
|
+
position: absolute;
|
222
|
+
|
223
|
+
bottom: 75%;
|
224
|
+
|
225
|
+
left: 5%;
|
226
|
+
|
227
|
+
}
|
228
|
+
|
229
|
+
.swiper-button-next::after, .swiper-button-prev::after {
|
230
|
+
|
231
|
+
content: none !important;
|
232
|
+
|
233
|
+
}
|
234
|
+
|
235
|
+
```
|
236
|
+
|
237
|
+
```javascript
|
238
|
+
|
239
|
+
var swiper = new Swiper('.swiper-container', {
|
240
|
+
|
241
|
+
navigation: {
|
242
|
+
|
243
|
+
nextEl: '.swiper-button-next',
|
244
|
+
|
245
|
+
prevEl: '.swiper-button-prev',
|
246
|
+
|
247
|
+
},
|
248
|
+
|
249
|
+
loop: true,
|
250
|
+
|
251
|
+
effect: 'fade',
|
252
|
+
|
253
|
+
autoplay: {
|
254
|
+
|
255
|
+
delay: 5000,
|
256
|
+
|
257
|
+
disableOnInteraction: true
|
258
|
+
|
259
|
+
},
|
260
|
+
|
261
|
+
});
|
262
|
+
|
263
|
+
```
|
6
タイトルの変更です。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
スライドをクリックすると
|
1
|
+
スライドショーで流れている画像をクリックするとモーダルウィンドウが開かれるようにしたいです。
|
test
CHANGED
File without changes
|
5
具体的な動き方のイメージ画像を追加いたしました!
test
CHANGED
File without changes
|
test
CHANGED
@@ -129,3 +129,19 @@
|
|
129
129
|
---
|
130
130
|
|
131
131
|
画像スライドは実装出来ましたが、クリックしても拡大はされません。
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
---------------------------追記---------------------------
|
136
|
+
|
137
|
+
![イメージ説明](bfde6e9127b8fd5811c0b0247bf51300.png)
|
138
|
+
|
139
|
+
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓スライドショーのように切り替わります↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
|
140
|
+
|
141
|
+
![イメージ説明](4071848ad3ffdf54e8c1cfa0803b800a.png)
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
↓↓↓↓↓↓↓↓↓↓↓画像をクリックすると....↓↓↓↓↓↓
|
146
|
+
|
147
|
+
![イメージ説明](f1315a0b0826ee0fbe16e37e69107fd4.jpeg)
|
4
class="zoom"が無かったので付け足しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,13 +20,13 @@
|
|
20
20
|
|
21
21
|
<div class="slide" id="makeImg">
|
22
22
|
|
23
|
-
<img src="img/app.png" alt="" onclick="zoom('img/app.png')"/>
|
23
|
+
<img src="img/app.png" alt="" onclick="zoom('img/app.png')" class="zoom"/>
|
24
24
|
|
25
|
-
<img src="img/bus.png" alt="" onclick="zoom('img/bus.png')"/>
|
25
|
+
<img src="img/bus.png" alt="" onclick="zoom('img/bus.png')" class="zoom"/>
|
26
26
|
|
27
|
-
<img src="img/casy.png" alt="" onclick="zoom('img/casy.png')"/>
|
27
|
+
<img src="img/casy.png" alt="" onclick="zoom('img/casy.png')" class="zoom"/>
|
28
28
|
|
29
|
-
<img src="img/rec.png" alt="" onclick="zoom('img/rec.png')"/>
|
29
|
+
<img src="img/rec.png" alt="" onclick="zoom('img/rec.png')" class="zoom"/>
|
30
30
|
|
31
31
|
</div>
|
32
32
|
|
3
詳細の変更いたしました 1,5s→1.5s
test
CHANGED
File without changes
|
test
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
document.querySelector(".slide").addEventListener("click" , function(){
|
120
120
|
|
121
|
-
document.querySelector(".zoom").style.animation='1
|
121
|
+
document.querySelector(".zoom").style.animation='1.5s ease zoom'
|
122
122
|
|
123
123
|
})
|
124
124
|
|
2
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
スライド
|
1
|
+
スライドをクリックすると拡大する機能をつけるには?
|
test
CHANGED
File without changes
|
1
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
スライド
|
1
|
+
スライドにクリックで拡大する機能をつけるには?
|
test
CHANGED
File without changes
|