Add ol.easing to api docs
This commit is contained in:
committed by
Frederic Junod
parent
33948a7244
commit
85c1427111
@@ -4,6 +4,7 @@ goog.require('goog.fx.easing');
|
||||
|
||||
|
||||
/**
|
||||
* @function
|
||||
* @param {number} t Input between 0 and 1.
|
||||
* @return {number} Output between 0 and 1.
|
||||
* @todo api
|
||||
@@ -12,6 +13,7 @@ ol.easing.easeIn = goog.fx.easing.easeIn;
|
||||
|
||||
|
||||
/**
|
||||
* @function
|
||||
* @param {number} t Input between 0 and 1.
|
||||
* @return {number} Output between 0 and 1.
|
||||
* @todo api
|
||||
@@ -20,6 +22,7 @@ ol.easing.easeOut = goog.fx.easing.easeOut;
|
||||
|
||||
|
||||
/**
|
||||
* @function
|
||||
* @param {number} t Input between 0 and 1.
|
||||
* @return {number} Output between 0 and 1.
|
||||
* @todo api
|
||||
|
||||
Reference in New Issue
Block a user