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

[web-animations-1] Add hold phase to animation #4325 #5479

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jan 4, 2021

  1. Added hold phase calculations to all places where hold time is also u…

    …pdated or reset
    Jordan Taylor committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5581f2d View commit details
    Browse the repository at this point in the history
  2. Added conditions to the animation effect phase calculation to account…

    … for animation current phase.
    Jordan Taylor committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    01e9af7 View commit details
    Browse the repository at this point in the history
  3. Reworded explanation of current phase, reworded setting hold phase fr…

    …om resolved to unset, fixed some formatting errors
    Jordan Taylor committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f183cfe View commit details
    Browse the repository at this point in the history
  4. Fixed a few spacing, punctuation, and grammar issues.

    Jordan Taylor committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    6885c21 View commit details
    Browse the repository at this point in the history
  5. Adding back in condition for current phase that is needed when animat…

    …ion is in idle state
    Jordan Taylor committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    fad6e37 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Moved changes to Web-Animations-2 from Web-Animations-1

    Jordan Taylor committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1ca8964 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Jordan Taylor committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d4d46a6 View commit details
    Browse the repository at this point in the history