How does google do the barrel roll?

后端 未结 8 1791
不思量自难忘°
不思量自难忘° 2021-01-31 02:29

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 occurre

8条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 02:51

    If you look at the css code :

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

提交回复
热议问题