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

[0.8] Fix argument order call to transform() from translate3d() #1453

Closed
wants to merge 1 commit into from
Closed

[0.8] Fix argument order call to transform() from translate3d() #1453

wants to merge 1 commit into from

Conversation

peterwmwong
Copy link
Contributor

PR #1440 changed the order of arguments for Polymer.Base.transform from node, transform to transform, node (https://github.com/Polymer/polymer/pull/1440/files#diff-0fa4a3dd1b881640e771f03a86c32de5L96).

Unfortunately, this introduced a regression as Polymer.Base.translate3d's call to Polymer.Base.transform was not updated.

This breaks paper-elements, like <paper-ripple>, which use Polymer.Base.translate3d() to render ripples.

@peterwmwong
Copy link
Contributor Author

Fixed by #1478

@peterwmwong peterwmwong closed this May 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants