From a49fe1e9e3cbe81ef7ca24785c9be17ff55ffc60 Mon Sep 17 00:00:00 2001 From: Akane Nakayama <31214487+ShirasuGyoza@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:44:10 +0900 Subject: IntersectionObsereverEntryを更新 (#956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Akane Nakayama --- files/ja/web/api/intersectionobserverentry/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/files/ja/web/api/intersectionobserverentry/index.html b/files/ja/web/api/intersectionobserverentry/index.html index 6ef72fcdc8..e797324b3f 100644 --- a/files/ja/web/api/intersectionobserverentry/index.html +++ b/files/ja/web/api/intersectionobserverentry/index.html @@ -11,19 +11,19 @@ translation_of: Web/API/IntersectionObserverEntry
{{domxref("IntersectionObserverEntry.boundingClientRect")}} {{readonlyinline}}
-
Returns the bounds rectangle of the target element as a {{domxref("DOMRectReadOnly")}}. The bounds are computed as described in the documentation for {{domxref("Element.getBoundingClientRect()")}}.
+
ターゲット要素の矩形の境界を {{domxref("DOMRectReadOnly")}} として返します。境界は {{domxref("Element.getBoundingClientRect()")}} のドキュメントで説明されているのと同様に計算されます。
{{domxref("IntersectionObserverEntry.intersectionRatio")}} {{readonlyinline}}
-
Returns the ratio of the intersectionRect to the boundingClientRect.
+
intersectionRectboundingClientRect の比率を返します。
{{domxref("IntersectionObserverEntry.intersectionRect")}} {{readonlyinline}}
-
Returns a {{domxref("DOMRectReadOnly")}} representing the target's visible area.
+
ターゲットの表示領域を表す {{domxref("DOMRectReadOnly")}} を返します。
{{domxref("IntersectionObserverEntry.isIntersecting")}} {{ReadOnlyInline}}
-
A Boolean value which is true if the target element intersects with the intersection observer's root. If this is true, then, the IntersectionObserverEntry describes a transition into a state of intersection; if it's false, then you know the transition is from intersecting to not-intersecting.
+
ターゲットの要素が、交差を監視しているルートを超えたら true を返す真偽値です。 true の場合、 IntersectionObserverEntry は交差状態の変わり目にあります。 false の場合、交差から非交差への変わり目であることがわかります。
{{domxref("IntersectionObserverEntry.rootBounds")}} {{readonlyinline}}
-
Returns a {{domxref("DOMRectReadOnly")}} for the intersection observer's root.
+
交差を監視しているルートの {{domxref("DOMRectReadOnly")}} を返します。
{{domxref("IntersectionObserverEntry.target")}} {{ReadOnlyInline}}
-
The {{domxref("Element")}} whose intersection with the root changed.
+
ルートとの交差が変化する {{domxref("Element")}} 。
{{domxref("IntersectionObserverEntry.time")}} {{readonlyinline}}
-
A {{domxref("DOMHighResTimeStamp")}} indicating the time at which the intersection was recorded, relative to the IntersectionObserver's time origin.
+
IntersectionObserver時刻の起点を基準にして、交差が記録された時刻を示す {{domxref("DOMHighResTimeStamp")}} 。

メソッド

-- cgit v1.2.3-54-g00ecf