@ -1322,9 +1322,20 @@ document.getElementById('myTimeline').onclick = function (event) {
</td>
</td>
</tr>
</tr>
</table>
<tr>
<td>zoomIn(percentage)</td>
<td>none</td>
<td>Zoom in the current visible window. The parameter <code>percentage</code> can be a <code>Number</code> and must be between 0 and 1. If the parameter value of <code>percentage</code> is null, the window will be left unchanged.
</td>
</tr>
<tr>
<td>zoomOut(percentage)</td>
<td>none</td>
<td>Zoom out the current visible window. The parameter <code>percentage</code> can be a <code>Number</code> and must be between 0 and 1. If the parameter value of <code>percentage</code> is null, the window will be left unchanged.