[Webkit-unassigned] [Bug 111905] Transitions of CSS filters are very broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 20:55:22 PST 2013


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





--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-03-08 20:57:46 PST ---
We're adding filters to layers OK:
contents (surface 8 [200 200] BGRA8888))
                                                          (filters (array
                                                            (filter colorMonochrome
                                                              (inputs (array
                                                                (inputAmount (vector 0.999753058)))))))
                                                          (animations (array
                                                            (basic-animation
                                                              (timing
                                                                (beginTime 2488.306979)
                                                                (duration 1.000000)
                                                                (fillMode forwards)
                                                                (repeatCount 1.000000))
                                                              (timingFunction (vector 0.25 0.1000000015 0.25 1))
                                                              (removedOnCompletion false)
                                                              (keyPath filters.filter_0.inputIntensity)
                                                              (from (vector 1))
                                                              (to (vector 0)

but I think the key path is wrong:  filters.filter_0.inputIntensity)

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