Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-3410

use -webkit-animation case image Edge blur

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.5.0, 2.7.0
    • 2.5.0, 2.7.0
    • cordova-android
    • 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%

      { opacity:0; }

      100%

      { opacity:1; }

      }
      .flash_1s{
      -webkit-animation: twinkling 1s infinite linear;
      }

      Attachments

        Activity

          People

            bowserj Joey Robert Bowser
            kaote taiben
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: