diff --git a/components/graph/peaks.js b/components/graph/peaks.js index 888a9c6..baf4361 100644 --- a/components/graph/peaks.js +++ b/components/graph/peaks.js @@ -71,6 +71,9 @@ class Peaks extends React.Component { } get targetDelay() { + if (window.document.hidden) { + return 2 * 1000; + } if (this.props.accommodateGraphAnimation) { return 1000 / 70; }