From 1cb7cb1e184e5c06638a096873ff96dad41816da Mon Sep 17 00:00:00 2001 From: mehbark Date: Thu, 7 Sep 2023 21:36:15 -0400 Subject: [PATCH] crumble: change to spans for better copying --- html/crumble.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/html/crumble.tsx b/html/crumble.tsx index c9c3153..c70b424 100644 --- a/html/crumble.tsx +++ b/html/crumble.tsx @@ -16,7 +16,7 @@ export const Shaky = ({ children: ComponentChildren; delay?: number; }) => ( -
{children} -
+ ); const default_fall_delay = (x: number) => (3 * x) ** 4; +// direction should be random but that doesn't need to be as custo +// well should it +// i think i'll try without that first +// a slow fall is fun export const Fall = ({ children, delay = 0, @@ -35,13 +39,13 @@ export const Fall = ({ children: ComponentChildren; delay?: number; }) => ( -
{children} -
+ ); const msg = `