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

Fix CSS keyframes compression issue #118

Closed
wants to merge 3 commits into from
Closed

Fix CSS keyframes compression issue #118

wants to merge 3 commits into from

Conversation

toshimaru
Copy link

Fix #80.
0% in @Keyframes should be 0% instead of 0.

@dazzle1979
Copy link

Thanks, this fixed my issues!

Yoni Shalom and others added 2 commits February 16, 2014 09:45
…eyframe keys i.e. @Keyframes anim-multikey{0%,30%,50%{opacity:0;}}
fix issue in previous keyframes 0% regex
@gpoitch
Copy link

gpoitch commented Mar 27, 2014

Nice! Merge it

@toshimaru
Copy link
Author

This seems outdated. let me close it.

@toshimaru toshimaru closed this Jan 21, 2017
@toshimaru toshimaru deleted the fix-keyframes branch January 21, 2017 15:34
@josenobile
Copy link

I'm affected for the same.
Check https://www.w3.org/TR/css3-animations/#keyframes

Note that the percentage unit specifier must be used on percentage values. Therefore, ‘0’ is an invalid keyframe selector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0% steps in @keyframe animations incorrectly changed to 0
4 participants