[Webkit-unassigned] [Bug 44214] Naming of methods in GraphicsLayer having to do with Transitions shouldn't have "Animation" in them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 16:36:53 PDT 2010


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





--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-08-18 16:36:54 PST ---
I think the point was that at the GraphicsLayer level, we didn't really want to distinguish between transitions and animations. Both are just animating a property over time. The only difference is that we need to be able to map a keyframe name to a set of property animations.

We could even move the keyframe->property map up to RenderLayerBacking, perhaps.

So I don't think we should burden GraphicsLayer with knowledge of transitions vs. animations.

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