Bug 108895

Summary: keyframe animation render multiple linear-gradient background incorrectly
Product: WebKit Reporter: David Frank <bitinn>
Component: CSSAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://codepen.io/anon/pen/ExhIv

David Frank
Reported 2013-02-04 20:50:43 PST
Originally a bug on chromium, it was confirmed by google team that the issue also exists on webkit, so I open this ticket. http://code.google.com/p/chromium/issues/detail?id=169190 ==== Steps to reproduce the problem: 1. View the url for issue reproduction What is the expected behavior? the background-image generated via multiple linear-gradient function should animation together (e.g the whole background pans) What went wrong? fron the looks of it, chrome/webkit only animate the first linear-gradient layer, leaving the rest unchanged. Did this work before? No Does this work in other browsers? Yes Firefox 17, Opear 12, IE10
Attachments
Dean Jackson
Comment 1 2013-02-05 10:57:01 PST
Yes, this looks wrong.
Radar WebKit Bug Importer
Comment 2 2013-02-05 10:59:53 PST
Simon Fraser (smfr)
Comment 3 2013-02-05 11:30:14 PST
Yeah we're failing to repeat the background-positions.
Simon Fraser (smfr)
Comment 4 2018-01-07 16:37:39 PST
This works now.
Note You need to log in before you can comment on or make changes to this bug.