[ 
https://issues.apache.org/jira/browse/CB-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

taiben updated CB-3410:
-----------------------

    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%{
        opacity:0;             
    }
    100%{
        opacity:1;             
    }
}
.flash_1s{
    -webkit-animation: twinkling 1s infinite linear;
}

  was:when i use 

    
> use -webkit-animation case image Edge blur
> ------------------------------------------
>
>                 Key: CB-3410
>                 URL: https://issues.apache.org/jira/browse/CB-3410
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Android
>    Affects Versions: 2.5.0, 2.7.0
>         Environment: Andriod 4.0.3
>            Reporter: taiben
>            Assignee: Joe Bowser
>             Fix For: 2.5.0, 2.7.0
>
>
> 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%{
>         opacity:0;             
>     }
>     100%{
>         opacity:1;             
>     }
> }
> .flash_1s{
>     -webkit-animation: twinkling 1s infinite linear;
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to