Skip to content

Commit 201d7ca

Browse files
committed
fix URL
1 parent a8062df commit 201d7ca

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/02-transitions/04-custom-css-transitions

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/02-transitions/04-custom-css-transitions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function fade(node, { delay = 0, duration = 400 }) {
2020

2121
* `delay` — トランジション開始までのミリ秒
2222
* `duration` — ミリ秒単位でのトランジションの長さ
23-
* `easing``p => t` イージング関数 ( [tweening](/tutorial/tweened) の章を参照)
23+
* `easing``p => t` イージング関数 ( [tweening](/tutorial/tweens) の章を参照)
2424
* `css``u === 1 - t` である `(t, u) => css` 関数
2525
* `tick` — ノードに何らかの影響を与える `(t, u) => {...}` 関数
2626

0 commit comments

Comments
 (0)