function getTop(scrollTop, per) { return -416 + scrollTop * per } module.exports = { getTop: getTop, }