From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../ja/web/api/document/touchmove_event/index.html | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 files/ja/web/api/document/touchmove_event/index.html (limited to 'files/ja/web/api/document/touchmove_event/index.html') diff --git a/files/ja/web/api/document/touchmove_event/index.html b/files/ja/web/api/document/touchmove_event/index.html new file mode 100644 index 0000000000..53265149f9 --- /dev/null +++ b/files/ja/web/api/document/touchmove_event/index.html @@ -0,0 +1,76 @@ +--- +title: 'Document: touchmove イベント' +slug: Web/API/Document/touchmove_event +tags: + - API + - DOM + - Document + - Event + - Reference + - Touch Events + - TouchEvent + - UI + - UI Events + - UX + - touch + - touchmove + - イベント +translation_of: Web/API/Document/touchmove_event +--- +
{{APIRef}}
+ +

touchmove イベントは、タッチ平面に沿って1つ以上のタッチポイントが移動した場合に発生します。

+ + + + + + + + + + + + + + + + + + + + +
バブリングあり
キャンセル可能はい
インターフェイス{{domxref("TouchEvent")}}
イベントハンドラープロパティ{{ domxref("GlobalEventHandlers.ontouchmove","ontouchmove")}}
+ +

+ +

これらのイベントのコード例は、指定のページ「タッチイベント」で利用できます。

+ +

仕様書

+ + + + + + + + + + + + +
仕様書状態
{{SpecName('Touch Events', '#event-touchmove')}}{{Spec2('Touch Events')}}
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.Document.touchmove_event")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf