From e68741f0059cf8d478f6de8639b05d8ff505523a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:04:33 +0000 Subject: [PATCH] ci: apply automated fixes and generate docs --- packages/core/src/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 16a4722..35940f9 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -62,7 +62,10 @@ const setWindowSize = () => { const calculatedDuration = (distance / optionsStore.state.animationSpeed) * 1000 animationDurationStore.setState(() => calculatedDuration) - document.body.style.setProperty('--skeleton-animation-duration', `${calculatedDuration}ms`) + document.body.style.setProperty( + '--skeleton-animation-duration', + `${calculatedDuration}ms`, + ) } export const windowSizeEffect = new Effect({ -- 2.51.2