You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line: 213 in mlpushmenu.js:
this._setTransform('translate3d(0,0,0)');
Breaks some other css animations (if you have any) inside the menu area. In my code at least.
If you want a simple improvement. Change to:
this._setTransform('');
You remove all inline styling and there wont be any possible problems with this.
The text was updated successfully, but these errors were encountered:
On line: 213 in mlpushmenu.js:
this._setTransform('translate3d(0,0,0)');
Breaks some other css animations (if you have any) inside the menu area. In my code at least.
If you want a simple improvement. Change to:
this._setTransform('');
You remove all inline styling and there wont be any possible problems with this.
The text was updated successfully, but these errors were encountered: