Skip to content

Commit 9fef0b3

Browse files
committed
Add one small lambda in the end
1 parent 6d43954 commit 9fef0b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

animation/lambdas/src/scenes/code.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,15 @@ Sandwich MakeGourmetSandwich() {
862862
);
863863
yield* waitFor(duration);
864864

865+
const funny_lambda = `\
866+
[](){}();`
867+
yield* all(
868+
codeRef().code(funny_lambda, 0),
869+
codeRef().fontSize(85, 0),
870+
codeRef().x(-200, 0),
871+
);
872+
yield* waitFor(duration);
873+
865874
yield* waitFor(duration);
866875

867876
});

0 commit comments

Comments
 (0)