Skip to content

Commit 7fde0fb

Browse files
braebogtm-nayan
andauthored
Update content/tutorial/03-advanced-svelte/03-animations/01-animate/README.md
Co-authored-by: gtmnayan <[email protected]>
1 parent 3bcd46b commit 7fde0fb

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/03-animations/01-animate

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/03-animations/01-animate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: The animate directive
44

55
In the [previous chapter](/tutorial/deferred-transitions), we used deferred transitions to create the illusion of motion as elements move from one todo list to the other.
66

7-
To complete the illusion, we also need to apply motion to the elements that _aren't_ transitioning. For this, we use the [`animate`]($docs#run-time-svelte-animate) directive.
7+
To complete the illusion, we also need to apply motion to the elements that _aren't_ transitioning. For this, we use the [`animate` directive]($docs#template-syntax-element-directives-animate-fn).
88

99
First, import the [`flip`]($docs#run-time-svelte-animate-flip) function — flip stands for ['First, Last, Invert, Play'](https://aerotwist.com/blog/flip-your-animations/) — from [`svelte/animate`]($docs#run-time-svelte-animate) into `TodoList.svelte`:
1010

0 commit comments

Comments
 (0)