[Webkit-unassigned] [Bug 12073] Implement setCurrentTime() and pauseAnimations() on SVGSVGElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 07:43:58 PST 2012


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





--- Comment #33 from Nikolas Zimmermann <zimmermann at kde.org>  2012-01-10 07:43:58 PST ---
(In reply to comment #32)
> (In reply to comment #31)
> > (From update of attachment 116348 [details] [details])
> > This really looks great, now if we just already had my animal patch in .... would you be interested to implement that as well? Everything is in place for animal, we just need to hook it in.
> 
> Many thanks for the review. I'm unfamiliar with the "animal patch", but if you can point me in the right direction, I'll have a look.
Ouch, I meant to say "animVal" patch :-)

Say you <animate> a <rect> width from "100" to "200", in 1s.
at 0s, rect.width.baseVal.value == rect.width.animVal.value, when the anim runs, it should differ and return eg. 150 at 0.5s with a linear animation progress.
The whole animVal/baseVal distinction is prepared since mid of last year, but we couldn't yet take the time and turn it on. Bug 12437 is discussing it.

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