如何重新创建这种字体大小调整效果?
导航至 apple.com 并调整文本大小(在 Chrome 中为 Ctrl-+
)。屏幕顶部的文本以炫酷的滑动效果扩展,以匹配新的文本大小。您还可以在这个网站上查看效果:http://www.thedesigncubicle.com/。
如何在我的网站上重现这种效果?
Navigate to apple.com and resize the text (in Chrome this is Ctrl-+
). The text at the top of the screen expands with a cool sliding effect to match the new text size. You can also see the effect on this site: http://www.thedesigncubicle.com/.
How can I recreate this effect on my site?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,这就是通过 @font-face 使用字体的元素至少在 Chrome 中重新缩放这些字体的方式。
AFAIK, it's just the way that elements using fonts via
@font-face
rescale those fonts in Chrome at least.