Files
Zos/Skills/@be/node_modules/eases/quint-in.js

5 lines
78 B
JavaScript
Raw Normal View History

function qinticIn(t) {
return t * t * t * t * t
}
module.exports = qinticIn