From f882455c4223e0d4a45414f9746e77410bb2733b Mon Sep 17 00:00:00 2001 From: glodon Date: Fri, 5 Jul 2024 17:51:55 +0800 Subject: [PATCH] fixes #131 #149 #182 scroll --- src/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.js b/src/animation.js index 185db79..f00f4d7 100644 --- a/src/animation.js +++ b/src/animation.js @@ -2,7 +2,7 @@ import { createAnimation, Stagger } from "./airframe/airframe"; import easing from "./airframe/easing"; -const dx = 250; +const dx = 900; const offOpacity = 0.6; /* @jsx createAnimation */