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

Keyframe Easing & Defaults #1

Closed
Martin-Pitt opened this issue Apr 26, 2017 · 1 comment
Closed

Keyframe Easing & Defaults #1

Martin-Pitt opened this issue Apr 26, 2017 · 1 comment
Assignees
Labels

Comments

@Martin-Pitt
Copy link

Per same issue as in gibbok/animatelo#2

Keyframes in CSS Animations by default have: animation-timing-function: ease
Keyframes in Web Animations spec by default have: easing: linear

So when converting CSS Animations to their equivalent in Web Animations, you need to:

  1. Setup a default for all keyframes to "ease"
  2. Translate animation-timing-function property to the easing property to match the spec
gibbok added a commit that referenced this issue May 5, 2017
@gibbok
Copy link
Owner

gibbok commented May 7, 2017

Issue solved and fix is available at https://github.com/gibbok/keyframes-tool/releases/tag/1.0.3

@gibbok gibbok closed this as completed May 7, 2017
@gibbok gibbok self-assigned this May 7, 2017
@gibbok gibbok added the bug label May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants