Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify animation tests and improve stability #4250

Merged
merged 1 commit into from May 6, 2021

Commits on May 5, 2021

  1. simplify animation tests and improve stability

    This will make sure that we tackle a few additional edge cases:
    
    - When the `name` is the same as a reserved keyword, then it will be
      used as a `name` as well. E.g.: 1s ease ease infinite; Will result in
      a name of `ease` as well.
    - We take care of trimming and multiple spaces.
    - We don't generate 8k tests anymore, which means that these specific
      tests only take a second instead of 10 seconds.
    RobinMalfait committed May 5, 2021
    Copy the full SHA
    946e748 View commit details
    Browse the repository at this point in the history