shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
easeClamp
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.math
Clamp a number between two values with easing in and out
Params
- num*-Number
The number to clamp
- min*-Number
The minimum value
- max*-Number
The maximum value
Return
- -Number
The clamped number
Example
import { easeClamp } from '@blackbyte/sugar/math';
easeClamp(-20, -10, 0, 100, 110); // => -10Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space