blob: bc27bffd62c6258b770cc5185757f14fa2080811 (
plain)
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
|
---
title: CSS Scroll Snap Points
slug: Web/CSS/CSS_Scroll_Snap_Points
tags:
- Aperçu
- CSS
- CSS Scroll Snap Points
- Déprécié
- Reference
translation_of: Web/CSS/CSS_Scroll_Snap_Points
---
<div>{{CSSRef}}{{deprecated_header}}</div>
<p><em><strong>CSS Scroll Snap Points</strong></em> (ou <strong>points d'accroche CSS</strong>) est un module CSS qui introduit les positions d'accroche. Il définit les propriétés qui gèrent les « points d'accroche » utilisés lors du défilement des éléments.</p>
<div class="note">
<p><strong>Note :</strong> C'est désormais le module de spécification <a href="/fr/docs/Web/CSS/CSS_Scroll_Snap">CSS Scroll Snap</a> qui définit ces fonctionnalités.</p>
</div>
<h2 id="Référence">Référence</h2>
<h3 id="Propriétés">Propriétés</h3>
<ul>
<li>{{cssxref("scroll-snap-coordinate")}}</li>
<li>{{cssxref("scroll-snap-destination")}}</li>
<li>{{cssxref("scroll-snap-points-x")}}</li>
<li>{{cssxref("scroll-snap-points-y")}}</li>
<li>{{cssxref("scroll-snap-type")}}</li>
</ul>
<h2 id="Spécifications">Spécifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Spécification</th>
<th scope="col">État</th>
<th scope="col">Commentaires</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("CSS Scroll Snap Points", "#propdef-scroll-snap-points-y", "scroll-snap-points-y")}}</td>
<td>{{Spec2("CSS Scroll Snap Points")}}</td>
<td>Définition initiale.</td>
</tr>
</tbody>
</table>
|