Doc updates

This commit is contained in:
Tim Schaub
2016-11-06 09:39:35 -07:00
parent f4579dacd8
commit 3455686734
2 changed files with 4 additions and 4 deletions

View File

@@ -726,7 +726,7 @@ olx.AnimationOptions.prototype.duration;
/**
* The easing function used during the animation (defaults to `ol.easing.inAndOut`).
* The easing function used during the animation (defaults to {@link ol.easing.inAndOut}).
* The function will be called for each frame with a number representing a
* fraction of the animation's duration. The function should return a number
* between 0 and 1 representing the progress toward the destination state.