Skip to content

Commit

Permalink
2024/06/23 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 12, 2024
1 parent 39b21c7 commit fd01646
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions files/ja/web/api/pagerevealevent/viewtransition/index.md
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)

0 comments on commit fd01646

Please sign in to comment.