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

$element.css('rotate', '30deg').css('rotate', '') should remove rotate(30deg) in transform property #167

Open
rerefreelancer opened this issue Oct 12, 2013 · 1 comment

Comments

@rerefreelancer
Copy link

No description provided.

@pingram3541
Copy link

Not sure the point of this because removed property essentially cancels out the first but the solution for now if you really wanted to do this:

$element.css('rotate', '30deg').css('rotate', '0deg') or $element.css('rotate', '30deg').attr('style', '') would remove all inline styling

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

2 participants