Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup spacing. Fixes #10601
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/effects.js
|
@@ -385,7 +385,7 @@ jQuery.extend({ |
|
|
return firstNum + diff * p; |
|
|
}, |
|
|
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; |
|
|
} |
|
|
}, |
|
|
|
|
|