Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Major problem with keyframes and 0% and animation 0s #49

Open
Julieng50 opened this issue Sep 19, 2017 · 1 comment
Open

Major problem with keyframes and 0% and animation 0s #49

Julieng50 opened this issue Sep 19, 2017 · 1 comment

Comments

@Julieng50
Copy link

Hi !
Using minifyCss :

@keyframes bug-example {
  0% { ... }
  100%{ ... }
}

is converting to :

@keyframes bug-example {
  0 { ... }
  100%{ ... }
}

But "0" in keyframes is ignored by firefox

@Julieng50
Copy link
Author

Same for
animation: stroke .5s forwards 0s;

converted to :
animation: stroke .5s forwards 0;

This should not happened

@Julieng50 Julieng50 changed the title Major problem with keyframes and 0% Major problem with keyframes and 0% and animation 0s Sep 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant