aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_scroll_snap_points/index.html
blob: 5b6996036e61ae01d86c85d73bdf62f6aeb02bc1 (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
50
51
52
53
54
55
56
57
58
59
---
title: CSS スクロールスナップ点
slug: Web/CSS/CSS_Scroll_Snap_Points
tags:
  - CSS
  - CSS スクロールスナップ点
  - Overview
  - Reference
  - 概要
translation_of: Web/CSS/CSS_Scroll_Snap_Points
---
<div>{{CSSRef}} {{deprecated_header}}</div>

<p><ruby><strong>CSS スクロールスナップ点</strong><rp> (</rp><rt>CSS Scroll Snap Points</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、スクロールのスナップ位置を導入します。これは、スクロールの実行が終了した後にコンテナーのスクロール領域が停止する位置を明示的に決定します。</p>

<div class="note">
<p><strong>メモ</strong>: <a href="/ja/docs/Web/CSS/CSS_Scroll_Snap">CSS スクロールスナップ</a>がこの機能を定義する最新の仕様書です。</p>
</div>

<h2 id="Reference" name="Reference">リファレンス</h2>

<h3 id="CSS_properties" name="CSS_properties">CSS プロパティ</h3>

<div class="index">
<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>
</div>

<h2 id="Specification" name="Specification">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">状態</th>
   <th scope="col">備考</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>初回定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>

<h3 id="scroll-snap-coordinate_プロパティ"><code>scroll-snap-coordinate</code> プロパティ</h3>

<div>
<p>{{Compat("css.properties.scroll-snap-coordinate")}}</p>
</div>