diff --git a/src/App.js b/src/App.js index edf5c94..e26cf1c 100644 --- a/src/App.js +++ b/src/App.js @@ -135,7 +135,7 @@ class App extends React.Component { this.root.animate({ marginBottom: [`${this.root.marginBottom}px`, `${this.cookieNotice.offsetHeight}px`], }, { - duration: 1000, + duration: 500, easing: "ease-in-out", iterations: 1, fill: "forwards",