Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Add migration to increase Motion coverage #7213

@lgriffee

Description

@lgriffee

Write a new @shopify/polaris-migrator script to increase Motion coverage. The migration should walk the following declaration and apply passing values.

{
    "@keyframes",
    "transition:",
    "transition-delay:",
    "transition-property:",
    "transition-duration:",
    "transition-timing-function:",
    "animation:",
    "animation-delay:",
    "animation-direction:",
    "animation-duration:",
    "animation-fill-mode:",
    "animation-iteration-count:",
    "animation-name:",
    "animation-play-state:",
    "animation-timing-function:",
}

Failing lines

Review failures and determine what is possible to migrate:

  • Note values that are easily replaced
  • Otherwise, discuss replacement values with team

Data

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions