Skip to content

Commit 062f904

Browse files
authored
Update getting-started.mdx
Edited a part of the Getting Started page for easy comprehension
1 parent 0503c48 commit 062f904

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/docs/usage/Animating/getting-started.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ The traditional method of animation. You draw each frame manually to create smoo
9090
9191

9292
### 2. Procedural animations
93-
This method uses operations and parameters to create movement without manually drawing frames. This means you can animate almost any property within the Node graph.
94-
Think of it as giving a set of instructions.
95-
For example: *Move to the right by 10 pixels over 1 second*
93+
This method uses operations and parameters to create movement without manually drawing frames. Think of it as giving a set of instructions. For example: *Move to the right by 10 pixels over 1 second.*
94+
With this method, you can animate almost any property within the Node graph.
9695

9796
> To learn more, check:
9897
> - [Procedural animation](/docs/usage/animating/procedural/).

0 commit comments

Comments
 (0)