Skip to content

Commit e87a1b4

Browse files
authored
fix: remove unnecessary IDs from section headers in animations documentation (#1050)
1 parent b9a00dd commit e87a1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adev-ja/src/content/guide/animations/enter-and-leave.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Angularは、アプリケーションの要素をアニメーション化するために`animate.enter``animate.leave`を提供します。これら2つの機能は、適切なタイミングでenterおよびleaveのCSSクラスを適用するか、サードパーティライブラリからアニメーションを適用する関数を呼び出します。`animate.enter``animate.leave`はディレクティブではありません。これらはAngularコンパイラによって直接サポートされる特別なAPIです。これらは要素に直接使用できるほか、ホストバインディングとしても使用できます。
1111

12-
## `animate.enter` {#animate.enter}
12+
## `animate.enter`
1313

1414
`animate.enter`はDOMに_入る_要素をアニメーション化するために使用できます。CSSクラスと、transformまたはキーフレームアニメーションのいずれかを使用して、enterアニメーションを定義できます。
1515

@@ -31,7 +31,7 @@ NOTE: 要素で複数のキーフレームアニメーションまたはtransiti
3131
<docs-code header="src/app/enter-binding.css" path="adev/src/content/examples/animations/src/app/enter-and-leave/enter-binding.css"/>
3232
</docs-code-multifile>
3333

34-
## `animate.leave` {#animate.leave}
34+
## `animate.leave`
3535

3636
`animate.leave` を使用して、要素がDOMから_離れる_ときにアニメーションを適用できます。CSSクラスと、transformまたはキーフレームアニメーションのいずれかを使用して、離脱アニメーションを定義できます。
3737

0 commit comments

Comments
 (0)