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 */