google如何做桶滚? [英] How does google do the barrel roll?

查看:183
本文介绍了google如何做桶滚?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果你的Google,做一个桶滚动,整个页面做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?

推荐答案

如果你看看css代码: p>

If you look at the css code :

body {
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: 1;
    -moz-animation-name: roll;
}

这篇关于google如何做桶滚?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆