[Webkit-unassigned] [Bug 64859] SVGAnimation does not support 'values' for from-to animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 08:34:51 PDT 2011


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





--- Comment #5 from Young Han Lee <joybro201 at gmail.com>  2011-09-23 08:34:51 PST ---
1. "Specifying a from value and a to value defines a simple animation, equivalent to a values list with 2 values."[1]

2. "For linear and spline animation, the first time value in the list must be 0, and the last time value in the list must be 1"[2]

Thus, in the case of from-to animation, keyTimes should be "0;1" if the calculation mode is not discrete. So we can ignore it.


[1] http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AnimFuncValues
[2] http://www.w3.org/TR/SVG/animate.html#ValueAttributes

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