Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/API/PageSwapEvent/activation 他1件を新規翻訳 #23495

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)