You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/usage/Animating/getting-started.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,8 @@ The traditional method of animation. You draw each frame manually to create smoo
90
90
91
91
92
92
### 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.
0 commit comments