Commit 9350454 1 parent dda25e5 commit 9350454 Copy full SHA for 9350454
File tree 2 files changed +2
-2
lines changed
editor/modes/visual-editor
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ class VisualEditorBlock extends wp.element.Component {
208
208
{ ( showUI || isHovered ) && < BlockMover uid = { block . uid } /> }
209
209
{ showUI &&
210
210
< CSSTransitionGroup
211
- transitionName = { { appear : 'appear-animation ' , appearActive : 'is-appearing' } }
211
+ transitionName = { { appear : 'is-appearing ' , appearActive : 'is-appearing-active ' } }
212
212
transitionAppear = { true }
213
213
transitionAppearTimeout = { 100 }
214
214
transitionEnter = { false }
Original file line number Diff line number Diff line change 87
87
top : $header-height + $admin-bar-height + $item-spacing ;
88
88
}
89
89
90
- & .is-appearing {
90
+ & .is-appearing-active {
91
91
@include animate_fade ;
92
92
}
93
93
}
You can’t perform that action at this time.
0 commit comments