We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fd77df + ba66030 commit 1e6cc1eCopy full SHA for 1e6cc1e
README.md
@@ -53,7 +53,7 @@ import ScrollTrigger from 'react-scroll-trigger';
53
54
return (
55
<ScrollTrigger onEnter={this.onEnterViewport} onExit={this.onExitViewport}>
56
- <div className={`container ${visible ? 'container-animate' : ''}`}
+ <div className={`container ${visible ? 'container-animate' : ''}`}></div>
57
</ScrollTrigger>
58
);
59
}
0 commit comments