summaryrefslogtreecommitdiff
path: root/src/scenes/first_box.tsx
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-08 15:43:45 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-08 15:43:45 -0700
commitc18b81b2f26123481558cb3fffc794c2c13f74ad (patch)
tree0e459406338ce835294989865b50e989fcf9c30c /src/scenes/first_box.tsx
parent93dd6c53f14979ec92144ffb55606ad83eac5af6 (diff)
downloadcompiling-the-lambda-calculus-c18b81b2f26123481558cb3fffc794c2c13f74ad.tar.gz
compiling-the-lambda-calculus-c18b81b2f26123481558cb3fffc794c2c13f74ad.zip
maintenance
Diffstat (limited to 'src/scenes/first_box.tsx')
-rw-r--r--src/scenes/first_box.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/scenes/first_box.tsx b/src/scenes/first_box.tsx
index 5508a41..b3957af 100644
--- a/src/scenes/first_box.tsx
+++ b/src/scenes/first_box.tsx
@@ -36,10 +36,9 @@ export default makeScene2D(function* (view) {
yield* beginSlide("Add Inputs " + inputId);
yield* functionBox().propogateInput(0.5);
- yield* waitFor(0.3);
- yield* functionBox().propogateOutput(0.5);
+ yield* beginSlide("Propogate Inputs " + inputId);
+ yield* functionBox().propogateOutput(0.5);
yield* beginSlide("Propogate Outputs of " + inputId);
- yield* beginSlide("Propogate Outputs of 1" + inputId);
}
});