UNPKG

@opentiny/tiny-toolkit-docs

Version:

这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点

21 lines (19 loc) 385 B
import help from './help'; export function bounce(prop, from, to) { // eslint-disable-next-line no-unused-vars const { min, max, unit, mid } = help(from, to); return ` from,20%,53%,80%,to { ${prop}: ${from}; } 40%,43% { ${prop}: ${to}; } 70%{ ${prop}: ${mid(50) + unit}; } 90%{ ${prop}: ${mid(13.2) + unit}; } `; }