Skip to content

Commit ca6ea86

Browse files
committed
fix(docs): correct file paths in complex-sequences.md
1 parent 7739a1c commit ca6ea86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adev-ja/src/content/guide/animations/complex-sequences.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

9292
HTMLテンプレートには `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

0 commit comments

Comments
 (0)