Cerdic opened this issue 10 years ago · 1 comments
@keyframes myanimation { 0% { opacity: 0; } 100% { opacity: 1; } }
loose the % char in 0% and make the rule fail in webkit
%
0%
My bad, not due to CSSTidy