[Webkit-unassigned] [Bug 137511] New: Fix the flickering bug of a translate animation when used with percentage value and webkit-transition-duration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 7 21:45:01 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137511

           Summary: Fix the flickering bug of a translate animation when
                    used with percentage value and
                    webkit-transition-duration
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cory.kim at navercorp.com
                CC: demarchi at webkit.org


Created an attachment (id=239452)
 --> (https://bugs.webkit.org/attachment.cgi?id=239452&action=review)
Test case

It occurs when used -webkit-transform::translate(x,y) and -webkit-transition-duration together.
And another main condition is that its transform value is only percentage.

Example below
  -webkit-transform:translate(50%,0);
  -webkit-transition-duration: 1s;

The testcase is attached and I found the web page having this problem at http://m.daum.net.

You can test it with the attached test case on PC or the URL with this problem is http://m.daum.net on a mobile phone.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list