Added fade to form on contact page
This commit is contained in:
@ -26,6 +26,7 @@ import { connect } from 'react-redux';
|
||||
import Page, { PageBoundary } from './../Page';
|
||||
import Input, { Form, InputGroup, TextArea, Label, ButtonGroup } from './../../input/input';
|
||||
import Language from './../../language/Language';
|
||||
import ElementScrollFader from './../../animation/fade/ElementScrollFader';
|
||||
import Section, {
|
||||
BodySection,
|
||||
ClearSection,
|
||||
@ -47,6 +48,7 @@ class ContactPage extends React.Component {
|
||||
<PageBoundary small>
|
||||
<SplitSection>
|
||||
<Split>
|
||||
<ElementScrollFader>
|
||||
<BodySection>
|
||||
<Form>
|
||||
<InputGroup>
|
||||
@ -80,6 +82,7 @@ class ContactPage extends React.Component {
|
||||
</ButtonGroup>
|
||||
</Form>
|
||||
</BodySection>
|
||||
</ElementScrollFader>
|
||||
</Split>
|
||||
|
||||
</SplitSection>
|
||||
|
Reference in New Issue
Block a user