forked from mdn/translated-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "PageRevealEvent: viewTransition プロパティ" | ||
short-title: viewTransition | ||
slug: Web/API/PageRevealEvent/viewTransition | ||
l10n: | ||
sourceCommit: 722311032dbf520bf6aeba3d1f432aca38779ffd | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{SeeCompatTable}} | ||
|
||
**`viewTransition`** は {{domxref("PageRevealEvent")}} インターフェイスの読み取り専用プロパティで、文書間のナビゲーションでアクティブなビュー遷移を表す {{domxref("ViewTransition")}} オブジェクトが含まれています。 | ||
|
||
## 値 | ||
|
||
{{domxref("ViewTransition")}} オブジェクト、またはイベントが発行される際にアクティブなビュー遷移がない場合は `null`。 | ||
|
||
## 例 | ||
|
||
{{domxref("PageRevealEvent")}} のメインページを参照してください。 | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## ブラウザーの互換性 | ||
|
||
{{Compat}} | ||
|
||
## 関連情報 | ||
|
||
- [ナビゲーション API](/ja/docs/Web/API/Navigation_API) | ||
- [ビュー遷移 API](/ja/docs/Web/API/View_Transitions_API) |