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

Fix invalid transition-property value #46

Merged
merged 1 commit into from
Jun 3, 2014
Merged

Fix invalid transition-property value #46

merged 1 commit into from
Jun 3, 2014

Conversation

le717
Copy link
Contributor

@le717 le717 commented Jun 3, 2014

Small fix for an error that has been present since the CSS was added. :)

@gruehle
Copy link
Owner

gruehle commented Jun 3, 2014

@le717 Thanks! The quoted value works in Chrome (try setting a really long duration), but you're right that the value should not be quoted. Merging.

gruehle added a commit that referenced this pull request Jun 3, 2014
Fix invalid `transition-property` value
@gruehle gruehle merged commit 2892fef into gruehle:master Jun 3, 2014
@le717
Copy link
Contributor Author

le717 commented Jun 7, 2014

@gruehle That's odd. I had no idea Chrome supported the property in quotes. Chromium 36 was throwing a syntax error on that line and saying it could not run that transition, but I noticed removing the quotes did not make a change: both times the opacity of the button was transitioned. Very interesting.

Thanks for the amazing extension, by the way! 👍

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

Successfully merging this pull request may close these issues.

2 participants