谷歌是如何进行桶滚的?
如果你用谷歌搜索“做桶滚”,整个页面就会 360 度旋转。有人猜测谷歌是如何做到这一点的吗?我禁用了 javascript,但它仍然发生,所以也许是 css 轮换?
If you Google, 'do a barrel roll', the whole page does a 360 rotation. Does anyone have any guesses as to how Google is doing this? I disabled javascript, and it still occurred, so maybe a css rotation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
如果你看一下 CSS 代码:
If you look at the css code :
如上所述,用CSS3动画和变换。
Wesbo 展示了一种在任何网站上应用该效果的方法。您可以在此处查看演示和说明。
As said above, with CSS3 animations and transform.
Wesbo showed a way to apply the effect on any site. You can view a demo and instruction here.
这是一个 CSS 过渡:https://developer.mozilla.org/en/CSS/CSS_transitions
以上面的 Mozilla 为例,使用
-o
和-webkit
来定位其他浏览器。It's a CSS Transition: https://developer.mozilla.org/en/CSS/CSS_transitions
Example for Mozilla above, use
-o
and-webkit
to target other browsers.它使用自定义 CSS 动画。请参阅此处应用于
的 CSS 规则:
It uses custom CSS animations. See the CSS rules applied to the
<body>
here:听起来像是应用于 body 或 html 标签的 css3 旋转 transformation
sounds like a css3 rotation transformation applied to either the body or html tags
添加一个类似这样的链接:
Add a link with something like that:
这个家伙会在任何网页上做这个伎俩:
记住,这是针对 Firefox 的。
This guy will do the trick on any webpage:
Remember that this is for firefox.
如果你想要无限
if you want infinite