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