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.
Google がサイトhttp://www.android.comでスライドショー効果に使用するスクリプトを誰か教えてもらえますか? アニメーションは非常に滑らかです。
どうやら社内スクリプトを使用しているようです。Chrome の場合は-webkit-transform: translateZ(value);、CSS3 不透明度遷移と JavaScript 変更を組み合わせた値遷移を使用しています。作り方はかなり簡単です。
-webkit-transform: translateZ(value);
Internet Explorer と Mozilla Firefox では、単純なフェード効果です。他のブラウザはテストしていません。