From c18b81b2f26123481558cb3fffc794c2c13f74ad Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 8 Feb 2024 15:43:45 -0700 Subject: maintenance --- src/scenes/first_box.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/scenes/first_box.tsx') 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); } }); -- cgit v1.2.3-70-g09d2