Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为我的文字做这样的事情:效果放大
我试图用类似的东西来实现它,resize(lambda t: 1 + 0.02 * t)但它并没有达到我想要的效果。
resize(lambda t: 1 + 0.02 * t)