Home
last modified time | relevance | path

Searched refs:firstNum (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.js8659 linear: function( p, n, firstNum, diff ) { argument
8660 return firstNum + diff * p;
8662 swing: function( p, n, firstNum, diff ) { argument
8663 return ( ( -Math.cos( p*Math.PI ) / 2 ) + 0.5 ) * diff + firstNum;