Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added inline styling breaks other css animations #14

Open
joelalexandersson opened this issue Oct 7, 2014 · 0 comments
Open

Added inline styling breaks other css animations #14

joelalexandersson opened this issue Oct 7, 2014 · 0 comments

Comments

@joelalexandersson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant