Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我谷歌在他们的网站http://www.android.com上使用什么脚本来制作幻灯片效果?动画非常流畅。
他们显然在使用内部脚本,对于 Chrome,它-webkit-transform: translateZ(value);具有值转换结合 CSS3 不透明度转换和 JavaScript 更改。制作起来相当简单。
-webkit-transform: translateZ(value);
在 Internet Explorer 和 Mozilla Firefox 中,这是一个简单的淡入淡出效果。我没有测试过其他浏览器。