File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
adev-ja/src/content/guide/animations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Angularでは、ページに出入りする要素のグリッド全体やリス
5454- ` stagger() ` を使って各アニメーションを30ミリ秒ずつ遅らせます。
5555- カスタム定義のイージングカーブを使って各要素を0.5秒かけてアニメーションし、フェードインと` transform ` の解除を同時に行います。
5656
57- <docs-code header =" hero-list-page.component. ts " path =" adev/src/content/examples/animations/src/app/hero-list-page.component .ts " region =" page-animations " />
57+ <docs-code header =" hero-list-page.ts " path =" adev/src/content/examples/animations/src/app/hero-list-page.ts " region =" page-animations " />
5858
5959## group() 関数を使った並行アニメーション {#parallel-animation-using-group-function}
6060
@@ -91,11 +91,11 @@ Filter/Staggerタブで、**Search Heroes** テキストボックスに `Magnet`
9191
9292HTMLテンプレートには ` filterAnimation ` というトリガーが含まれます。
9393
94- <docs-code header =" hero-list-page.component. html " path =" adev/src/content/examples/animations/src/app/hero-list-page.component .html " region =" filter-animations " language =" angular-html " />
94+ <docs-code header =" hero-list-page.html " path =" adev/src/content/examples/animations/src/app/hero-list-page.html " region =" filter-animations " language =" angular-html " />
9595
9696コンポーネントのデコレーターにある ` filterAnimation ` には3つのトランジションが含まれます。
9797
98- <docs-code header =" hero-list-page.component. ts " path =" adev/src/content/examples/animations/src/app/hero-list-page.component .ts " region =" filter-animations " />
98+ <docs-code header =" hero-list-page.ts " path =" adev/src/content/examples/animations/src/app/hero-list-page.ts " region =" filter-animations " />
9999
100100この例のコードは次のタスクを実行します:
101101
You can’t perform that action at this time.
0 commit comments