We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91549b9 commit ad60427Copy full SHA for ad60427
app/code/Magento/Ui/view/frontend/web/js/view/messages.js
@@ -68,7 +68,10 @@ define([
68
// Hide message block if needed
69
if (isHidden) {
70
setTimeout(function () {
71
- $(this.selector).hide('blind', {}, this.hideSpeed);
+ $(this.selector).hide('slow');
72
+
73
+ //commented because effect-blind.js(1.13.1) is having show & hide issue
74
+ // $(this.selector).hide('blind', {}, this.hideSpeed);
75
}.bind(this), this.hideTimeout);
76
}
77
0 commit comments