Skip to content

Commit

Permalink
Extend fade in again
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Aug 24, 2016
1 parent 92ca70b commit df982a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AppContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class AppContainer extends Component {
return (
<ReactCSSTransitionGroup transitionName="mainfade"
transitionAppear={true}
transitionAppearTimeout={750}
transitionAppearTimeout={1000}
transitionEnter={false}
transitionLeave={false}>
<div className="max">
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ body {

.mainfade-appear.mainfade-appear-active {
opacity: 1;
transition: opacity .75s ease-in;
transition: opacity 1s ease-in;
}

.dl-horizontal-fix {
Expand Down

0 comments on commit df982a1

Please sign in to comment.