You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/05/21 19:49:16 UTC

[jira] [Resolved] (CB-3410) use -webkit-animation case image Edge blur

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

Joe Bowser resolved CB-3410.
----------------------------

    Resolution: Won't Fix

We have no control over how Cordova renders images. This is an Android WebView issue.
                
> 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.7.0, 2.5.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