Skip to content

Commit

Permalink
Minror changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbunke committed Sep 13, 2024
1 parent a2b3e63 commit 5b1a884
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions frame.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Frame

<!-- TODO -->

## Relative duration
3 changes: 1 addition & 2 deletions scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Stipple Effect scripts fall into the following categories:

[Automation scripts](automation-scripts.md) are scripts that run a series of program actions automatically. For example, a script can be written that reverses the frames in a project. The full list of Stipple Effect program actions that can be executed via script are outlined in the [scripting API](../api/).

Read more about APIs [here](https://en.wikipedia.org/wiki/API).

Type signature for automation scripts: `()` - (no parameters and void return)

### Preview scripts
Expand Down Expand Up @@ -86,6 +84,7 @@ A full breakdown of the syntax and semantics of DeltaScript can be found in the

To get a feel of what DeltaScript looks like, here is an example of a preview script:

<!-- TODO - replace asset with valid DeltaScript code -->
![Script example](assets/code-example.png)

When the script above is applied to the project on the left, it produces the preview to the right:
Expand Down

0 comments on commit 5b1a884

Please sign in to comment.