aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/transitionevent/pseudoelement/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/transitionevent/pseudoelement/index.html')
-rw-r--r--files/ja/web/api/transitionevent/pseudoelement/index.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/files/ja/web/api/transitionevent/pseudoelement/index.html b/files/ja/web/api/transitionevent/pseudoelement/index.html
new file mode 100644
index 0000000000..3355dc07e8
--- /dev/null
+++ b/files/ja/web/api/transitionevent/pseudoelement/index.html
@@ -0,0 +1,53 @@
+---
+title: TransitionEvent.pseudoElement
+slug: Web/API/TransitionEvent/pseudoElement
+tags:
+ - API
+ - CSS
+ - CSS3 Transitions
+ - CSSOM
+ - Experimental
+ - Property
+ - Reference
+ - TransitionEvent
+translation_of: Web/API/TransitionEvent/pseudoElement
+---
+<p>{{ apiref("CSSOM") }} {{SeeCompatTable}}</p>
+
+<p><code><strong>TransitionEvent.pseudoElement</strong></code> 読み取り専用プロパティは、 {{domxref("DOMString")}} であり、 <code>'::'</code> で始まり、アニメーションが実行される<a href="/en-US/docs/Web/CSS/Pseudo-elements" title="/en-US/docs/Web/CSS/Pseudo-elements">疑似要素</a>の名前が含まれています。トランジションが擬似要素で実行されない場合は、要素は空文字です: <code>''</code> 。</p>
+
+<h2 id="構文">構文</h2>
+
+<pre class="syntaxbox notranslate"><em>name</em> = <em>TransitionEvent</em>.pseudoElement</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">ステータス</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('CSS3 Transitions', '#Events-TransitionEvent-pseudoElement', 'TransitionEvent.pseudoElement') }}</td>
+ <td>{{ Spec2('CSS3 Transitions')}}</td>
+ <td>初回定義。</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー実装状況">ブラウザー実装状況</h2>
+
+
+
+<p>{{Compat("api.TransitionEvent.pseudoElement")}}</p>
+
+<h2 id="関連項目">関連項目</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">CSS トランジションの使用</a></li>
+ <li>{{cssxref("transition")}}, {{cssxref("transition-delay")}}, {{cssxref("transition-duration")}}, {{cssxref("transition-property")}}, {{cssxref("transition-timing-function")}}.</li>
+</ul>