mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Cleanup spacing. Fixes #10601
This commit is contained in:
parent
c82dbf1928
commit
9ff4f26cf9
2
src/effects.js
vendored
2
src/effects.js
vendored
@ -385,7 +385,7 @@ jQuery.extend({
|
|||||||
return firstNum + diff * p;
|
return firstNum + diff * p;
|
||||||
},
|
},
|
||||||
swing: function( p, n, firstNum, diff ) {
|
swing: function( p, n, firstNum, diff ) {
|
||||||
return ((-Math.cos(p*Math.PI)/2) + 0.5) * diff + firstNum;
|
return ( ( -Math.cos( p*Math.PI ) / 2 ) + 0.5 ) * diff + firstNum;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user