.
Bonjour,
j'ai créé une page avec des compteurs dont les nombres doivent s'afficher progressivement.
Les compteurs fonctionnent correctement mais l'affichage progressif des nombres commence dès l'ouverture du site et donc lorsqu'on scrolle jusqu'à la zone de compteurs, les nombres sont déjà affichés. Si j'actualise la page avec les compteurs affichés, la progression est bien visible.
J'aimerais savoir comment faire pour que l'incrémentation des nombres ne commence que lorsqu'on arrive sur la zone de compteur en scrollant.
Par avance merci
fifi
HTML
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230 <!doctype html> <html lang="fr"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>CSS Slider</title> <link rel="stylesheet" href="diaphor.css" /> <link rel="stylesheet" href="sal.css"> </head> <body> <!-- Horizontal --> <div class="slider-container slider-1"> <!-- bulle --> <div class="bulle"> <a href="diaphor.html#suite" style="z-index:1;"><img src="bulle.gif" /></a> </div> <!-- FIN bulle --> <span style=" position: absolute; top: 4%; left: 3%; z-index: 10; width: 150px; height: 200px; background-color: transparent; background-image: url(LogoACAA-trans-navy.gif); " ><img src="Logo.gif" width="100%" /></span> <div class="slider"> <!-- Photo 1 --> <p style="background-image: url(1.jpg); background-position: center; background-size: cover"> <span class="basslide" style="color: white"> <span class="titreslide" style="">Titre site</span> <span class="boxtext" style="color: white; font-size: 2em;"> Bienvenue </span> </span> </p> <!-- Photo 2 --> <p style="background-image: url(2.jpg); background-position: center; background-size: cover"> <span class="basslide" style="color: white"> <span class="titreslide" style="color: navy">texte 1</span> <span class="boxtext" style="color: white"> Lorem ipsum odor amet, consectetuer adipiscing elit. Sollicitudin volutpat sodales montes dignissim nascetur efficitur ante. Vitae ante aliquet habitasse felis varius. Facilisis phasellus vulputate id; tempor ex amet. Placerat ante pharetra accumsan eleifend arcu nullam. Vehicula senectus netus aliquet laoreet tortor; mauris urna ac suspendisse. </span> </span> </p> <!-- Photo 3 --> <p style="background-image: url(3.jpg); background-position: center; background-size: cover"> <span class="basslide" style="color: white"> <span class="titreslide" style="">texte 2</span> <span class="boxtext" style="color: white"> Lorem ipsum odor amet, consectetuer adipiscing elit. Sollicitudin volutpat sodales montes dignissim nascetur efficitur ante. Vitae ante aliquet habitasse felis varius. Facilisis phasellus vulputate id; tempor ex amet. Placerat ante pharetra accumsan eleifend arcu nullam. Vehicula senectus netus aliquet laoreet tortor; mauris urna ac suspendisse. </span> </span> </p> <!-- Poto 4 --> <p style="background-image: url(4.jpg); background-position: center; background-size: cover"> <span class="basslide" style="color: white"> <span class="titreslide" style="">texte 3</span> <span class="boxtext" style="color: white"> Lorem ipsum odor amet, consectetuer adipiscing elit. Sollicitudin volutpat sodales montes dignissim nascetur efficitur ante. Vitae ante aliquet habitasse felis varius. Facilisis phasellus vulputate id; tempor ex amet. Placerat ante pharetra accumsan eleifend arcu nullam. Vehicula senectus netus aliquet laoreet tortor; mauris urna ac suspendisse. </span> </span> </p> <!-- retour Photo 1 --> <p style="background-image: url(1.jpg); background-position: center; background-size: cover"> <span class="basslide" style="color: white"> <span class="titreslide" style="">titre site</span> <span class="boxtext" style="color: white; font-size: 2em"> Bienvenue </span> </span> </p> </div> </div> <div class="conteneur" id="suite"> <!-- boite à lignes --> <div class="boitlignes" data-sal="zoom-in" data-sal-delay="2100" data-sal-duration="1500" > <img src="trilines_red.gif" style="width: 100%; height: 100%;"> </div> <!-- boite menu --> <div class="boitconstruct" data-sal="zoom-in" data-sal-delay="100" data-sal-duration="1000" > <div class="menuconstruct" style="top:0px; left: 10%;"> menu 1 </div> <div class="menuconstruct" style="top:40%; left: 25%;"> menu 2 </div> <div class="menuconstruct" style="bottom: 0; left: 0px;"> menu 3 </div> </div> <!-- bando construction --> <div class="bandoconstruct"> <div class="titreconstruct" data-sal="zoom-in" data-sal-delay="100" data-sal-duration="1000" > titre </div> </div> </div> <!-- DEBUT compteurs ACAA --> <div class="comptContain"> <div class="comptboite" data-sal="zoom-in" data-sal-delay="100" data-sal-duration="1000"> <div class="compttitre"> titre compteurs </div> <div class="comptlignText" style="top:20%;"> <div class="compttext" style="left: 5%;"> <div class="counter" > <span class="counter-value" id="counter1">0</span> </div> <span class="comptcomment">commentaire</span> </div> <div class="compttext" style="left: 48%;"> <div class="counter"> <span class="counter-value" id="counter2">0</span> </div> <span class="comptcomment">commentaire</span> </div> </div> <div class="comptlignText" style="top:50%;"> <div class="compttext" style="left: 12%;"> <div class="counter"> <span class="counter-value" id="counter3">0</span> </div> <span class="comptcomment">commentaire</span> </div> <div class="compttext" style="left: 55%;"> <div class="counter"> <span class="counter-value" id="counter4">0</span> </div> <span class="comptcomment">commentaire</span> </div> </div> </div> </div> <!-- FIN compteurs ACAA --> <!-- début footer --> <div class="titreFooter"><b>titre footer</b></div> <div class="footer" style=""> </div> <!-- FIN footer --> <!-- scripts Saljs --> <script src="sal.js"></script> <script> sal({ once: true }); </script> <!-- FIN scripts Saljs --> <!-- scripts compteurs --> <script> function animateCounter(element, maxValue, duration) { let start = 0; const increment = maxValue / (duration / 16); const timer = setInterval(() => { start += increment; element.textContent = Math.floor(start); if (start >= maxValue) { clearInterval(timer); element.textContent = maxValue; } }, 16); } function showMaxValues() { const maxElements = document.querySelectorAll('.max-value'); maxElements.forEach(el => { el.style.opacity = '1'; }); } document.addEventListener('DOMContentLoaded', () => { animateCounter(document.getElementById('counter1'), 70, 2000); animateCounter(document.getElementById('counter2'), 47, 2000); animateCounter(document.getElementById('counter3'), 163, 2000); animateCounter(document.getElementById('counter4'), 18, 2000); setTimeout(showMaxValues, 100000); }); </script> <!-- FIN scripts compteurs --> </body> </html>
CSS
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381 *, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; } body { width: 100%; height: 100%; margin: 0; padding: 0; background:#fff; font-family: "Times New Roman", sans-serif; } /* xxxx bulle sauteuse xxxx */ .bulle { display: flex; height: 100px; width: 50px; position: absolute; right: 10px; bottom: 10px; } .bulle2 { display: flex; height: 100px; width: 50px; position: absolute; right: 10px; bottom: 10px; } .bulle img { width: 40px; height: 50px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); animation-name: bul; animation-delay: .3s; animation-duration: 1.6s; animation-iteration-count: infinite; animation-fill-mode: both; } /* xxxx FIN bulle sauteuse xxxx */ .titreslide { width: 100%; height: 15%; /*background-color: red;*/ position: absolute; top: Opx; left: 0; overflow: hidden; font-size: 3.7em; } .basslide { /*background-color: rgba(92,92,14,0.5);*/ position: absolute; bottom: 0; width: 100%; height:60%; } .boxtext { font-size: 1.5em; text-align: left; display: flex; align-items: center; position: absolute; bottom: 20px; left: 50px; width:50%; height:200px; padding-left: 15px; padding-top: 10px; vertical-align: middle; border-radius: 20px 0 0 20px; background: linear-gradient(to right, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0)); font-style: italic; } .slider-1 { width: 100%; height: 100vh; /*max-width: 800px;*/ /*margin: 100px auto;*/ overflow: hidden; /*border: 1px solid #f1f1f1;*/ } .slider-1 .slider { animation: slider-1 20s infinite ease-in-out; display: flex; } .slider-1 p { background: #234; flex-shrink: 0; display: flex; /*padding: 72px 0;*/ width: 100%; height: 100vh; text-align: center; justify-content: center; vertical-align: middle; /*font-size: 45px;*/ color: #fff; } .split { width: 100%; height: 20px; background-color: red; } .conteneur { position: relative; width: 100%; height: 100vh; background-color: white; display: flex; align-items: center; } .bandoconstruct { text-align: left; display: flex; align-items: center; position: absolute; color: white; width: 100%; height: 50%; /*background-color: red; */ background-image: url(construct1.jpg); background-position: center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; clip-path: polygon(0% 0%, 40% 0%, 70% 100%, 0 100%); border-top: solid 3px navy; border-bottom: solid 3px navy; overflow: hidden; } .titreconstruct { position: absolute; display: flex; /*padding-left: 25px;*/ text-align: center; align-items: center; justify-content: center; background-color: rgba(115, 15, 15, 0.4); color:antiquewhite; width:25%; border: solid 1px white; border-radius: 20px; height:100px; margin-left: 5%; font-size: 3em; font-style: italic; text-shadow: 1px 1px black; } .boitconstruct { position: relative; display: flex; text-align: center; align-items: center; width: 45%; height: 70%; /*background-color: aqua;*/ left: 50%; z-index: 10; } .menuconstruct { position: absolute; display: flex; text-align: center; align-items: center; justify-content: center; width: 60%; height: 20%; background-color: rgb(141, 62, 42); border: solid 2px red; border-radius: 20px; color:antiquewhite; font-size: 1.7em; font-style: italic; text-shadow: 1px 1px black; z-index: 200; cursor: pointer; } .boitlignes { position: absolute; /*background-color: yellow; background-image: url(trilines.gif); background-size: cover;*/ left: 30%; width: 32%; height: 60%; z-index: 1; } /* les compteurs de l'ACAA */ .comptContain { position: relative; /*background-color: red;*/ width: 100%; height: 80vh; display: flex; text-align: center; align-items: center; justify-content: center; } .comptboite { position: relative; /*background-color: yellow;*/ width: 75%; height: 60%; text-align: left; } .compttitre { position: absolute; width: 100%; height: 10%; background-color: white; color:navy; font-size:2.5em; font-style: italic; } .comptlignText { position: absolute; width: 100%; height: 30%; display: flex; } .compttext { position: absolute; width: 45%; height: 80%; border-radius: 20px; display: flex; align-items: center; /*box-shadow: 5px 5px 9px #cbcbcb, -5px -5px 9px #cbcbcb;*/ } /* import compteur */ .counter-container { display: flex; flex-direction: column; /*align-items:left; gap: 20px;*/ } .counter { width: 100px; height: 100px; background-color: #ececec; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: navy; font-size: 24px; position: relative; overflow: hidden; box-shadow: 5px 5px 9px #dddddd, -5px -5px 9px #dddddd; } .counter-value { font-size: 36px; font-weight: bold; } .max-value { position: absolute; top: 10px; right: 10px; font-size: 14px; opacity: 0; /*transition: opacity 0.5s ease-in-out;*/ } /* FIN import compteurs */ .comptcomment { font-size: 1.8em; font-style: italic; font-weight:100; color: navy; padding-left: 3%; } /* Fin des compteurs de l'ACAA */ .footer { display: table; height:50vh; width: 100%; background-color: darkblue; color: white; } .footercol1 { float: left; bottom: O; width: 33%; /*border: solid white 1px;*/ height:90%; padding-left: 10px; padding-top: 10px; } .titreFooter { background-color: darkblue; width: 100%; padding-left: 10px; padding-top: 10px; height: 42px; color: white; font-size: 1.5em; } /* 5% par transition reste divisé par nb de pauses 80(%) / 4 = 20(%) par pause */ @keyframes slider-1 { 0%, 20% { transform: translateX(0); } 25%, 45% { transform: translateX(-100%); } 50%, 70% { transform: translateX(-200%); } 75%, 95% { transform: translateX(-300%); } 100% { transform: translateX(-400%); } } @keyframes bul { 50% { top: 75%; } 100% { top: 50%; } }
Partager