Skip to content

[css-values-4] mix() can not represent retargeted transitions #9341

Closed
@andruud

Description

@andruud

Say you are transitioning from A to B, and then in the middle of that transition, you retarget to C. If the interpolated values can only be represented with mix(), then we'd have mix(mix(A; B; x%); C; y%), which isn't valid.

Can we drop the weird "must be the sole value" and actually give mix() a type?

Note: See w3c/css-houdini-drafts#425 for a real example of something that can be transitioned, but not represented.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions