-
Notifications
You must be signed in to change notification settings - Fork 98
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
Updates transition features with additional keys #2107
Conversation
@@ -2,3 +2,6 @@ name: transition-behavior | |||
description: "The `transition-behavior: allow-discrete` CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%." | |||
spec: https://drafts.csswg.org/css-transitions-2/#transition-behavior-property | |||
group: transitions | |||
compat_features: | |||
- css.properties.transition-behavior | |||
- css.properties.transition.transition-behavior |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding this currently demotes the feature status from baseline:low to baseline:false.
Is your plan to wait for the BCD bug you mentioned to get resolved before merging this? (So that the baseline status remains the same).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the Blocked flag, and this will be blocked until BCD 5.6.12 is released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged v5.6.12 today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me- @captainbrosset do you want to take a second look as well?
There's a BCD issue related to the
transition-behavior
key: mdn/browser-compat-data#24868