Skip to content

Remove redundant values in consecutive keyframes #20

@codepunkt

Description

@codepunkt

When consecutive keyframes have the same value for a css property, the latter ones can be omitted.

For example, if the 90% to 95% keyframes all have left: 20px and the 96% keyframe is the first one with a different left value, the 91% to 94% keyframes can omit the left declaration alltogether.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions