RESOLVED DUPLICATE of bug 42281 Bug 39703
Shadow transitions become jittery when multiple shadows are in use.
https://bugs.webkit.org/show_bug.cgi?id=39703
Summary Shadow transitions become jittery when multiple shadows are in use.
Joseph Jaber
Reported 2010-05-25 17:48:12 PDT
Version: All up to the latest nightly build (534.1+) on Mac OS 10.6.3. When a Webkit Transition is set for an element with 3 or more shadows (happens on -webkit-box-shadow AND text-shadow), e.g. -- -webkit-box-shadow: 0px 0px 15px red, -10px -10px 5px green, 0px 0px 2px white; All of the shadows except for the 2nd shadow will animate slow and choppy and almost seem like a "frame-by-frame" effect. After the animation is over the 2nd shadow will finally pop in without a transition. I've thoroughly inspected this on a big image with box-shadows, and moved around shadows. It's always the 2nd shadow that pops in for some reason. It behaves consistently also while using varying color values like #9b0000 or rgba(114,8,8,.7).
Attachments
Simon Fraser (smfr)
Comment 1 2010-12-01 12:09:17 PST
Please attach a testcase.
Simon Fraser (smfr)
Comment 2 2010-12-01 12:11:27 PST
Same as bug 42281?
Simon Fraser (smfr)
Comment 3 2010-12-11 19:33:44 PST
*** This bug has been marked as a duplicate of bug 42281 ***
Note You need to log in before you can comment on or make changes to this bug.