Skip to content

Commit 561b8ce

Browse files
committed
test 30 fps
1 parent d9297c4 commit 561b8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animated-simple-2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const settings = {
1313
// Use a small size for our GIF output
1414
dimensions: [ 512, 512 ],
1515
// Optionally specify an export frame rate, defaults to 30
16-
fps: 24
16+
fps: 30
1717
};
1818

1919
// Start the sketch

0 commit comments

Comments
 (0)