-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Conversation
We can remove the vendor-prefixing from our docs, since all new browsers support these properties. The transition property should be set as follows... transition: <transition-property> <transition-duration> <transition-timing-function> <transition-delay>
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
1 similar comment
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! On Wed, May 11, 2016 at 4:54 PM, googlebot notifications@github.com wrote:
Peter Briers, Freelance front-ender |
CLAs look good, thanks! |
1 similar comment
CLAs look good, thanks! |
Thanks for the PR. I think we should still add a note somewhere that you will have to add vendor-specific prefixes if you plan to support old browser versions. |
I see that I did the PR to master. Is this OK? |
Yes, that's okay. We will backport as appropriate. |
Can you please add a note that you will have to add vendor-specific prefixes if you plan to support old browser versions? |
We can remove the vendor-prefixing from our docs, since all major browsers support these properties, without prefixes. Closes #14586
We can remove the vendor-prefixing from our docs, since all new browsers support these properties.
The transition property should be set as follows... transition: