React Reveal Title
React Reveal Title will only ever reveal itself when it's in the viewport.
Demo
Usage
import RevealTitle from '@casperengl/react-reveal-title';
export default () => (
<RevealTitle
delay={2} // Delay in seconds
className="extra class names" // Will add any classes here to the title container
>
<h1>Hello, world!</h1> // React Children - will be inserted in a container
<RevealTitle>
)