diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6ac32ca --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "prettier.semi": true, + "prettier.singleQuote": false, + "prettier.printWidth": 80 +} diff --git a/src/animation.js b/src/animation.js index 185db79..9d1920d 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 = 250000; const offOpacity = 0.6; /* @jsx createAnimation */ diff --git a/src/scroller.js b/src/scroller.js index f02c1fa..1b13901 100644 --- a/src/scroller.js +++ b/src/scroller.js @@ -147,8 +147,7 @@ export default function Scroller({
+
{!line.tokens.length &&
}
{line.tokens.map((token, i) => {
const style = themeStylesByType[token.type] || {};