Skip to content

The @keyframes animateDrawerOpen definition incorrectly nests @media queries inside the keyframes block. #3785

@nfxpnk

Description

@nfxpnk

Describe the current behavior

File: component-pickup-availability.css

The @keyframes animateDrawerOpen definition incorrectly nests @media queries inside the keyframes block. This is invalid CSS syntax and will be ignored by the browser, causing the intended animation to fail.

Describe the expected behavior

The keyframes should be defined globally and media queries should be used to apply the animation conditionally to selectors, not inside the @keyframes rule.

Version information (Dawn, browsers and operating systems)

  • Dawn Version: v15.3.0

Metadata

Metadata

Assignees

No one assigned

    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