Open GoogleCodeExporter opened 9 years ago
Back from the dead... There is a new version of the script. It has some CSS
parsing and processing improvements. If you're still using it, or would like to
try again, could you confirm that this issue is solved or not?
Original comment by wou...@dynora.nl
on 4 Apr 2014 at 11:46
Same exact issue here. Tested CSS on IE8: when it is encapsulated in a
media-query, IE8 hangs for up to a minute before the page finally loads. I
moved it to the main CSS outside of any media-queries and it solved the issue.
CSS code is:
@-webkit-keyframes hang {
50% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hang {
50% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
Original comment by sammiik...@gmail.com
on 17 Jun 2014 at 7:45
Original issue reported on code.google.com by
michaelc...@gmail.com
on 30 Jul 2012 at 10:22