aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/htmlelement/transitionend_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/htmlelement/transitionend_event/index.html')
-rw-r--r--files/es/web/api/htmlelement/transitionend_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/htmlelement/transitionend_event/index.html b/files/es/web/api/htmlelement/transitionend_event/index.html
index 8370f0e39e..3005798cae 100644
--- a/files/es/web/api/htmlelement/transitionend_event/index.html
+++ b/files/es/web/api/htmlelement/transitionend_event/index.html
@@ -1,6 +1,6 @@
---
title: transitionend
-slug: Web/Events/transitionend
+slug: Web/API/HTMLElement/transitionend_event
tags:
- DOM
- Event
@@ -10,6 +10,7 @@ tags:
- TransitionEvent
- transitionend
translation_of: Web/API/HTMLElement/transitionend_event
+original_slug: Web/Events/transitionend
---
<p>El evento <code>transitionend</code> es lanzado cuando una <a href="/en-US/docs/CSS/Using_CSS_transitions">transición CSS</a> se ha completado. Si la transición es eliminada antes de haberse completado, como cuando {{cssxref("transition-property")}} es eliminado o {{cssxref("display")}} se establece a <code>"none"</code>, entonces el evento no será generado.</p>