Skip to content

Commit c2a1ca8

Browse files
committed
Effects: Calling an effect that hides back to back replays animation
1 parent 2188d99 commit c2a1ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/effect.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,8 @@ $.fn.extend({
12711271
return;
12721272
}
12731273

1274-
if ( normalizedMode === "show" ) {
1274+
if ( normalizedMode === "show" ||
1275+
( normalizedMode === defaultMode && normalizedMode === "hide" ) ) {
12751276
el.show();
12761277
}
12771278

0 commit comments

Comments
 (0)