WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
85627
Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation
https://bugs.webkit.org/show_bug.cgi?id=85627
Summary
Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the anim...
Nikolas Zimmermann
Reported
2012-05-04 08:13:49 PDT
Tie lifetime of SVGAnimateElement::m_animatedType to the duration of the animation. For non-frozen animations, we still keep the animVal around and just reset it to the base val. For CSS property animations we never remove a property if we animated it via SMIL, but only change it back to the base value. This makes integration with CSS Animations/Transitions hard, and needs to be changed both for CSS & XML animations. Unfortunately that requires a precise knowledge of which animation is contributing to an animated value at any point in time. Patch upcoming.
Attachments
Patch
(38.19 KB, patch)
2012-05-04 08:20 PDT
,
Nikolas Zimmermann
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Nikolas Zimmermann
Comment 1
2012-05-04 08:20:01 PDT
Created
attachment 140236
[details]
Patch
Antti Koivisto
Comment 2
2012-05-08 11:53:18 PDT
Comment on
attachment 140236
[details]
Patch r=me
Nikolas Zimmermann
Comment 3
2012-05-08 12:43:43 PDT
Committed
r116451
: <
http://trac.webkit.org/changeset/116451
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug