Skip to content

Commit

Permalink
Blocks: Fix the animation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 26, 2017
1 parent 0493b27 commit 63df2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/modes/visual-editor/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class VisualEditorBlock extends wp.element.Component {
<CSSTransitionGroup
transitionName={ { appear: 'appear-animation', appearActive: 'is-appearing' } }
transitionAppear={ true }
transitionAppearTimeout={ 10000 }
transitionAppearTimeout={ 100 }
transitionEnter={ false }
transitionLeave={ false }
component={ FirstChild }
Expand Down

0 comments on commit 63df2f2

Please sign in to comment.