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