initial commit
This commit is contained in:
5
node_modules/eases/quart-in.js
generated
vendored
Normal file
5
node_modules/eases/quart-in.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function quarticIn(t) {
|
||||
return Math.pow(t, 4.0)
|
||||
}
|
||||
|
||||
module.exports = quarticIn
|
||||
Reference in New Issue
Block a user