--- 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 ---
touchmove
イベントは、タッチ平面に沿って1つ以上のタッチポイントが移動した場合に発生します。
バブリング | あり |
---|---|
キャンセル可能 | はい |
インターフェイス | {{domxref("TouchEvent")}} |
イベントハンドラープロパティ | {{ domxref("GlobalEventHandlers.ontouchmove","ontouchmove")}} |
これらのイベントのコード例は、指定のページ「タッチイベント」で利用できます。
仕様書 | 状態 |
---|---|
{{SpecName('Touch Events', '#event-touchmove')}} | {{Spec2('Touch Events')}} |
{{Compat("api.Document.touchmove_event")}}