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://css3.bradshawenterprises.com/flip/を使用して、3 秒ごとに画像が反転するようにコードを変更するにはどうすればよいですか?
個人的には、ホバー状態を :hover 選択ではなくクラスに変更し、JavaScript を使用してタイマーを設定し、jquery でクラスを切り替えます。
私は iPad を使用していますが、JS で setinterval を検索し、jQuery で toggleClass を検索します。他の人は、これを編集してコードを追加してください!