Skip to content

Instantly share code, notes, and snippets.

@getnashty
Created June 26, 2019 15:47
Show Gist options
  • Save getnashty/613521755867a248301d6ed86dbba51c to your computer and use it in GitHub Desktop.
Save getnashty/613521755867a248301d6ed86dbba51c to your computer and use it in GitHub Desktop.
import Typist from 'react-typist';
<Typist
avgTypingDelay={55}
onTypingDone={typingComplete}
startDelay={1500}
cursor={{ hideWhenDone: true, show: true, blink: true }}
>
Work faster.
<Typist.Backspace count={7} delay={750} />
smarter.
<Typist.Delay ms={750} />
<br />
Aiera takes <Strong styles={styles.strong}>you</Strong>,<br />
<Span styles={styles.powerText}>to the power of </Span>
<Strong styles={styles.strong}>AI</Strong>.<Typist.Delay ms={1250} />
<Div styles={styles.contentSpacer} />
Browse recent buy & sell
<br />
signals,
<Typist.Delay ms={250} />
{' and the drivers'}
<br />
behind them.
</Typist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment