Skip to content

Commit 5835f53

Browse files
committed
Fix(docs) revert migration wording in reusable animations
1 parent 099d3cf commit 5835f53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adev-ja/src/content/guide/animations/reusable-animations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 再利用可能なアニメーション
22

3-
IMPORTANT: `@angular/animations`パッケージは現在非推奨です。Angularチームは、新しく書くコードのアニメーションには`animate.enter``animate.leave`を使ったネイティブCSSの利用を推奨します。詳しくは、新しいenterとleaveの[アニメーションガイド](guide/animations)を参照してください。また、アプリケーションで純粋なCSSアニメーションへの移行を始める方法については、[AngularのAnimationsパッケージからの移行](guide/animations/migration)も参照してください。
3+
IMPORTANT: `@angular/animations`パッケージは現在非推奨です。Angularチームは、新しく書くコードのアニメーションには`animate.enter``animate.leave`を使ったネイティブCSSの利用を推奨します。詳しくは、新しいenterとleaveの[アニメーションガイド](guide/animations)を参照してください。また、アプリケーションで純粋なCSSアニメーションへの移行を始める方法については、[Migrating away from Angular's Animations package](guide/animations/migration)も参照してください。
44

55
このトピックでは、再利用可能なアニメーションを作成する方法の例をいくつか紹介します。
66

@@ -34,5 +34,5 @@ HELPFUL: `height`、`opacity`、`backgroundColor`、`time`の入力値は実行
3434
<docs-pill href="guide/animations/transition-and-triggers" title="トランジションとトリガー"/>
3535
<docs-pill href="guide/animations/complex-sequences" title="複雑なアニメーションシーケンス"/>
3636
<docs-pill href="guide/routing/route-transition-animations" title="ルート遷移アニメーション"/>
37-
<docs-pill href="guide/animations/migration" title="ネイティブCSSアニメーションへの移行"/>
37+
<docs-pill href="guide/animations/migration" title="Migrating to Native CSS Animations"/>
3838
</docs-pill-row>

0 commit comments

Comments
 (0)