Skip to content

Support named timeline ranges in @keyframes #786

@grimsteel

Description

@grimsteel

Right now lightningcss just removes blocks with named animation timeline ranges:

@keyframes test {
  entry 0% {
    opacity: 0;
  }
  entry 100% {
    opacity: 1;
  }
  exit 100% {
    opacity: 0;
  }
}

Playground | MDN reference

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