initial commit
This commit is contained in:
6
node_modules/eases/back-out.js
generated
vendored
Normal file
6
node_modules/eases/back-out.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function backOut(t) {
|
||||
var s = 1.70158
|
||||
return --t * t * ((s + 1) * t + s) + 1
|
||||
}
|
||||
|
||||
module.exports = backOut
|
||||
Reference in New Issue
Block a user