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 9, 2024
1 parent 45b6ee6 commit 6fea41a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions files/ja/web/api/pageswapevent/activation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "PageSwapEvent: activation プロパティ"
short-title: activation
slug: Web/API/PageSwapEvent/activation
l10n:
sourceCommit: 722311032dbf520bf6aeba3d1f432aca38779ffd
---

{{APIRef("HTML DOM")}}{{SeeCompatTable}}

**`activation`** は {{domxref("PageSwapEvent")}} インターフェイスの読み取り専用プロパティで、これは、同一オリジン内の移動に関するナビゲーション種別と、移動元および移動先の文書履歴項目が含む {{domxref("NavigationActivation")}} オブジェクトを保持しています。

##

{{domxref("NavigationActivation")}} オブジェクト、または関連するナビゲーションのリダイレクトチェーンのどこかに別オリジンの URL が含まれる場合は `null` です。

##

{{domxref("PageSwapEvent")}} ページを参照してください。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- [ビュー遷移 API](/ja/docs/Web/API/View_Transitions_API)
31 changes: 31 additions & 0 deletions files/ja/web/api/pageswapevent/viewtransition/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "PageSwapEvent: viewTransition プロパティ"
short-title: viewTransition
slug: Web/API/PageSwapEvent/viewTransition
l10n:
sourceCommit: 722311032dbf520bf6aeba3d1f432aca38779ffd
---

{{APIRef("HTML DOM")}}{{SeeCompatTable}}

**`viewTransition`** は {{domxref("PageRevealEvent")}} インターフェイスの読み取り専用プロパティで、文書間のナビゲーションにおけるアクティブなビュー遷移を表す {{domxref("ViewTransition")}} オブジェクトを保持しています。

##

{{domxref("ViewTransition")}} オブジェクト、またはイベントが発行される際にアクティブなビュー遷移がない場合は `null`

##

{{domxref("PageSwapEvent")}} ページを参照してください。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- [ビュー遷移 API](/ja/docs/Web/API/View_Transitions_API)

0 comments on commit 6fea41a

Please sign in to comment.