Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions features/transition-behavior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

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).

Copy link
Collaborator

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.

Copy link
Collaborator

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.

1 change: 1 addition & 0 deletions features/transition-behavior.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ status:
safari_ios: "17.4"
compat_features:
- css.properties.transition-behavior
- css.properties.transition.transition-behavior
3 changes: 3 additions & 0 deletions features/transitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ compat_features:
- css.properties.transition-duration
- css.properties.transition-property
- css.properties.transition-property.all
- css.properties.transition-property.IDENT_value
- css.properties.transition-property.none
- css.properties.transition-timing-function
- css.properties.transition-timing-function.jump
- css.properties.transition.gradients_can_animate
18 changes: 18 additions & 0 deletions features/transitions.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ compat_features:
- css.properties.transition-delay
- css.properties.transition-duration
- css.properties.transition-property
- css.properties.transition-property.IDENT_value
- css.properties.transition-property.all
- css.properties.transition-property.none
- css.properties.transition-timing-function
Expand Down Expand Up @@ -116,6 +117,19 @@ compat_features:
- api.CSSTransition
- api.CSSTransition.transitionProperty

# baseline: high
# baseline_low_date: 2020-09-16
# baseline_high_date: 2023-03-16
# support:
# chrome: "77"
# chrome_android: "77"
# edge: "79"
# firefox: "65"
# firefox_android: "65"
# safari: "14"
# safari_ios: "14"
- css.properties.transition-timing-function.jump

# baseline: high
# baseline_low_date: 2020-11-19
# baseline_high_date: 2023-05-19
Expand All @@ -128,3 +142,7 @@ compat_features:
# safari: "13.1"
# safari_ios: "13.4"
- api.Element.transitioncancel_event

# baseline: false
# support: {}
- css.properties.transition.gradients_can_animate