Bug 84564
Summary: | [Meta] Simplify AnimationBase | ||
---|---|---|---|
Product: | WebKit | Reporter: | Igor Trindade Oliveira <igor.oliveira> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, dino, graouts |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 84565 | ||
Bug Blocks: |
Igor Trindade Oliveira
Currently AnimationBase does lot of things. It has a state machine, it should be in a separated class.
And a bunch of blend functions and property wrappers. Simplifying AnimationBase is an initial step to
create an animation code that can be shared by SVG animations.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
AnimationBase code is gone - https://github.com/WebKit/WebKit/commit/15433766d180265ef8953942e2ec0d23eb7d8f52
@Antoine - anything or we can close this?
Antoine Quint
This is no longer relevant.