Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.5.0, 2.7.0
-
None
-
Andriod 4.0.3
Description
when i use -webkit-animation to Flashing an image , case all image in this web case Edge blur
same page work well in andriod web Browser
**********css file ************
@-webkit-keyframes twinkling{
0%
100%
{ opacity:1; }}
.flash_1s{
-webkit-animation: twinkling 1s infinite linear;
}