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

Return boolean & prefix for prefixed properties #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukeed
Copy link

@lukeed lukeed commented Mar 2, 2016

3Dtransforms, transforms, and transitions are fetching the vendor-prefixed value anyway... might as well tell the end-user what Feature.js found.

With this change, those 3 features will return an Object of

{
  support: Boolean, 
  property: String || null
}

For the sake of brevity / bytes, these keys could be renamed to use and prop.

3D transforms, transforms, and transitions are fetching the vendor-prefixed value anyway... might as well tell the end-user what Feature.js found
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