diff options
Diffstat (limited to 'files/ja/web/api/globaleventhandlers/ontransitionend/index.html')
-rw-r--r-- | files/ja/web/api/globaleventhandlers/ontransitionend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/globaleventhandlers/ontransitionend/index.html b/files/ja/web/api/globaleventhandlers/ontransitionend/index.html index b5dbf9d6bf..692ff79941 100644 --- a/files/ja/web/api/globaleventhandlers/ontransitionend/index.html +++ b/files/ja/web/api/globaleventhandlers/ontransitionend/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/GlobalEventHandlers/ontransitionend --- <div>{{APIRef("CSS3 Transitions")}}</div> -<p><strong><code>ontransitionend</code></strong> は {{domxref("GlobalEventHandlers")}} ミックスインのプロパティで、 {{event("transitionend")}} イベントを処理するイベントハンドラー ({{event("Event_handlers")}}) です。</p> +<p><strong><code>ontransitionend</code></strong> は {{domxref("GlobalEventHandlers")}} ミックスインのプロパティで、 {{event("transitionend")}} イベントを処理するイベントハンドラー ({{domxref("EventHandler")}}) です。</p> <p><code>transitionend</code> イベントは、 <a href="/ja/docs/Web/CSS/CSS_Transitions">CSS トランジション</a>が完了すると発生します。</p> |