[Webkit-unassigned] [Bug 90458] -webkit-transition-property wrong computed value, causes screen jitter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 17:08:01 PDT 2012


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





--- Comment #2 from Bill Keese <bill at dojotoolkit.org>  2012-07-06 17:08:01 PST ---
Oh, it's because there are two transition-duration's listed but only one transition-property:

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s, 0.35s;

Fixing that fixes the problem.

So, mainly a user error.

I'm not sure though what  the "correct" behavior is when those two lengths don't match.

Also, still seems mildly wrong that any setting of -webkit-transition-property and -webkit-transition-duration should cause a screen jitter, unless the padding and border were being changed at a different rate.

-- 
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