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

[css-shapes-1] Simplify the animation type of shape-outside #9009

Closed
yarusome opened this issue Jun 27, 2023 · 1 comment
Closed

[css-shapes-1] Simplify the animation type of shape-outside #9009

yarusome opened this issue Jun 27, 2023 · 1 comment

Comments

@yarusome
Copy link

The animation type of shape-outside is "as defined for <basic-shape>, otherwise discrete", but the clip-path property in a similar situation has its animation type as "by computed value". Web Animations seems to have also covered the case needed by shape-outside in "by computed value", so it may be OK to simplify the animation type of shape-outside as "by computed value".

@SebastianZ SebastianZ added the css-shapes-1 Current Work label Jul 5, 2023
fantasai added a commit to fantasai/csswg-drafts that referenced this issue Dec 18, 2023
fantasai added a commit to fantasai/csswg-drafts that referenced this issue Dec 19, 2023
@astearns
Copy link
Member

The "By Computed Value" section in Web Animations doesn’t fit one of the discrete cases for shape-outside: we cannot animate between two shapes from image, so that has to be discrete (even though the computed values have the same number of components and are the same type)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants