We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b5caa commit baa6ce0Copy full SHA for baa6ce0
src/components/Header.js
@@ -31,7 +31,7 @@ class Header extends Component {
31
}
32
33
const HeaderTitleTypeAnimation = React.memo( () => {
34
- return <Typical className="title-styles" steps={this.titles} loop={Infinity} />
+ return <Typical className="title-styles" steps={this.titles} loop={50} />
35
}, (props, prevProp) => true);
36
37
return (
0 commit comments