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

Adds cubic-bezier() and steps() easing functions #1812

Merged
merged 9 commits into from
Oct 15, 2024

Conversation

vwallen
Copy link
Contributor

@vwallen vwallen commented Sep 19, 2024

No description provided.

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Sep 19, 2024
features/cubic-bezier-easing.yml Outdated Show resolved Hide resolved
features/steps-easing.yml Outdated Show resolved Hide resolved
name: cubic-bezier() easing
description: The `cubic-bezier()` easing function interpolates along a smooth curve, creating animations and transitions with continuous changes in speed. The `ease`, `ease-in`, `ease-out`, and `ease-in-out` CSS properties are presets for common scenarios.
spec: https://drafts.csswg.org/css-easing-2/#cubic-bezier-easing-functions
group: css
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this go in the Transitions (CSS) group?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably both the Transitions (CSS) and Animations (CSS) groups

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the groups to include both transitions and animation, but this is now blocked pending GH-1919, where the transitions group will be finalized

features/cubic-bezier-easing.yml Outdated Show resolved Hide resolved
features/steps-easing.yml Outdated Show resolved Hide resolved
spec: https://drafts.csswg.org/css-easing-2/#cubic-bezier-easing-functions
group: css
compat_features:
- css.types.easing-function.cubic-bezier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sent mdn/browser-compat-data#24682 due to all the keyword values not being in BCD.

@ddbeck ddbeck added the blocked Blocked waiting for something external label Oct 15, 2024
@ddbeck
Copy link
Collaborator

ddbeck commented Oct 15, 2024

This is blocked on #1919. (It's easy to miss in the other comments.)

@jamesnw jamesnw removed the blocked Blocked waiting for something external label Oct 15, 2024
@vwallen vwallen requested a review from jamesnw October 15, 2024 15:55
Copy link
Collaborator

@jamesnw jamesnw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jamesnw jamesnw merged commit 5670db1 into web-platform-dx:main Oct 15, 2024
3 checks passed
@jamesnw jamesnw deleted the css-easing-2--easing-functions branch October 15, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants