Skip to content

Fix composite transform order in animation-composition example#44431

Open
mao-sz wants to merge 1 commit into
mdn:mainfrom
mao-sz:animation-composition-transform-order
Open

Fix composite transform order in animation-composition example#44431
mao-sz wants to merge 1 commit into
mdn:mainfrom
mao-sz:animation-composition-transform-order

Conversation

@mao-sz

@mao-sz mao-sz commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description

  • Fixes description of composite transform to use left-to-right order instead of right-to-left.

Motivation

The composite transform example in animation-composition originally described the process from left-to-right, with each transform establishing a new coordinate space. This was changed to the right-to-left order in #38561 because at the time, the docs for transform were worded such that it seemed that right-to-left was "the order" in practice.

With #43496, the transform docs are much clearer on the different orders and respective behaviours with coordinate space, and uses the left-to-right order as the primary one for explanation. Therefore, we can return the animation-composition example to how it was before.

Additional details

Current transform docs

Related issues and pull requests

N/A

@mao-sz mao-sz requested a review from a team as a code owner June 12, 2026 23:50
@mao-sz mao-sz requested review from chrisdavidmills and removed request for a team June 12, 2026 23:50
@github-actions github-actions Bot added Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed labels Jun 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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

Labels

Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants