Kaydet (Commit) 99438adf authored tarafından Miklos Vajna's avatar Miklos Vajna

offapi: fix animations::AnimationCalcMode documentation

XAnimate::KeyTimes was referred using wrong markup, but KeySplines is
not a property at all, it seems. Reading
AnimationsExporterImpl::exportAnimate() in xmloff, this is probably
meant to be XAnimate::TimeFilter.

Change-Id: I19fc86ce4a5fb28514d9be3fca5a53ad3fcfba51
üst fa6d8e68
...@@ -51,8 +51,8 @@ constants AnimationCalcMode ...@@ -51,8 +51,8 @@ constants AnimationCalcMode
/** Interpolates from one value in the values list to the next according to a /** Interpolates from one value in the values list to the next according to a
time function defined by a cubic Bezier spline. The points of the spline are time function defined by a cubic Bezier spline. The points of the spline are
defined in the #KeyTimes attribute, and the control points defined in the XAnimate::KeyTimes attribute, and the control points
for each interval are defined in the #KeySplines attribute. for each interval are defined in the XAnimate::TimeFilter attribute.
*/ */
const short SPLINE = 3; const short SPLINE = 3;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment