We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
所有这五种曲线都是通过(三次)贝塞尔曲线来指定的……
关于 “贝塞尔曲线” 的更多信息,请参见:https://zh.wikipedia.org/wiki/貝茲曲線 。
在 Dan Eden 编写的 animate.css 动画库中,所用到的调速函数分别是 cubic-bezier(.215,.61,.355,1) 和 cubic- bezier (.755,.05,.855,.06)(后者并不是前者的反向版本,它的曲线更加陡峭,效果也更加逼真)。
cubic-bezier(.215,.61,.355,1)
cubic- bezier (.755,.05,.855,.06)
利用作者开发的 cubic-bezier.com 网站,我们可以看到这两个曲线的可视化版本:
确实相当陡峭。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
花絮与注解
第 199 页 ‧ 第二段
关于 “贝塞尔曲线” 的更多信息,请参见:https://zh.wikipedia.org/wiki/貝茲曲線 。
第 200 页 ‧ “致敬” 区块
利用作者开发的 cubic-bezier.com 网站,我们可以看到这两个曲线的可视化版本:
确实相当陡峭。
The text was updated successfully, but these errors were encountered: