Fixed (and improved) scroll fader.

This commit is contained in:
2018-10-28 14:28:30 +11:00
parent f074e98b62
commit b0f426623d
3 changed files with 6 additions and 27 deletions

View File

@ -42,7 +42,7 @@ export default (props) => {
>
<PageBoundary full>
<FloatingContentBox position="middle center" size="large" className="u-text-center">
<ElementScrollFader from="bottom">
<ElementScrollFader from="bottom" test="yes">
<Title>{ Language.get("pages.home.banner.title") }</Title>
<Subtitle className="u-responsive--small-up">{ Language.get("pages.home.banner.subtitle") }</Subtitle>
</ElementScrollFader>