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-properties-values-api] <transform-function> interpolation between different function types #1110

Open
lilles opened this issue Oct 17, 2023 · 0 comments

Comments

@lilles
Copy link
Member

lilles commented Oct 17, 2023

The spec says that a single <transform-function> also interpolates as the standard transform property value. That would mean that it is possible to interpolate between a translate() and a rotate() with the intermediate values being a matrix(), which is also a valid <transform-function>.

This issue is to confirm if that is the correct interpretation.

While testing Safari, I found that they support interpolation between the same type of function, like translateX() and translateY(), but not between translate() and rotate(), for instance.

@andruud @tabatkins

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

1 participant