Skip to content

Commit dda25e5

Browse files
committed
Blocks: Fix the animation timeout
1 parent 36945eb commit dda25e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/modes/visual-editor/block.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class VisualEditorBlock extends wp.element.Component {
210210
<CSSTransitionGroup
211211
transitionName={ { appear: 'appear-animation', appearActive: 'is-appearing' } }
212212
transitionAppear={ true }
213-
transitionAppearTimeout={ 10000 }
213+
transitionAppearTimeout={ 100 }
214214
transitionEnter={ false }
215215
transitionLeave={ false }
216216
component={ FirstChild }

0 commit comments

Comments
 (0)