File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
adev-ja/src/content/guide/animations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Angularは、アプリケーションの要素をアニメーション化するために` animate.enter ` と` animate.leave ` を提供します。これら2つの機能は、適切なタイミングでenterおよびleaveのCSSクラスを適用するか、サードパーティライブラリからアニメーションを適用する関数を呼び出します。` animate.enter ` と` animate.leave ` はディレクティブではありません。これらはAngularコンパイラによって直接サポートされる特別なAPIです。これらは要素に直接使用できるほか、ホストバインディングとしても使用できます。
11
11
12
- ## ` animate.enter ` {#animate.enter}
12
+ ## ` animate.enter `
13
13
14
14
` animate.enter ` はDOMに_入る_要素をアニメーション化するために使用できます。CSSクラスと、transformまたはキーフレームアニメーションのいずれかを使用して、enterアニメーションを定義できます。
15
15
@@ -31,7 +31,7 @@ NOTE: 要素で複数のキーフレームアニメーションまたはtransiti
31
31
<docs-code header="src/app/enter-binding.css" path="adev/src/content/examples/animations/src/app/enter-and-leave/enter-binding.css"/>
32
32
</docs-code-multifile >
33
33
34
- ## ` animate.leave ` {#animate.leave}
34
+ ## ` animate.leave `
35
35
36
36
` animate.leave ` を使用して、要素がDOMから_離れる_ときにアニメーションを適用できます。CSSクラスと、transformまたはキーフレームアニメーションのいずれかを使用して、離脱アニメーションを定義できます。
37
37
You can’t perform that action at this time.
0 commit comments