Achieve resultsImplementation Codehtml <base href="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/"> <div id="slider"> <figure> <img src="austin-fireworks.jpg" alt> <img src="taj-mahal_copy.jpg" alt> <img src="ibiza.jpg" alt> <img src="ankor-wat.jpg" alt> <img src="austin-fireworks.jpg" alt> </figure> </div> CSS3 @keyframes slidy { 0% { left: 0%; } 20% { left: 0%; } 25% { left: -100%; } 45% { left: -100%; } 50% { left: -200%; } 70% { left: -200%; } 75% { left: -300%; } 95% { left: -300%; } 100% { left: -400%; } } body { margin: 0; } div#slider { overflow: hidden; } div#slider figure img { width: 20%; float: left; } div#slider figure { position: relative; width: 500%; margin: 0; left: 0; text-align: left; font-size: 0; animation: 5s slidy infinite; } otherIf you have requirements for switching speed, just modify the last time of CSS3 The above is the details of the image scrolling effect created by CSS3. For more information about CSS3 image scrolling, please pay attention to other related articles on 123WORDPRESS.COM! |
>>: Detailed examples of using JavaScript event delegation (proxy)
Table of contents 1. filter() 2. forEach() 3. som...
1. Database transactions will reduce database per...
A vector wave <svg viewBox="0 0 560 20&qu...
Table of contents 1. Optional chaining operator [...
There are three types of attribute value regular ...
This section starts with the details of text modi...
Today, when I searched for a page on Baidu, becaus...
Provide login and obtain user information data in...
Table of contents Preface Architecture at a Glanc...
The specific code for using jQuery to implement t...
MySQL regular sorting, custom sorting, and sortin...
Table of contents 1. Overview 2. Attributes 1. Ma...
HTTP Header Explanation 1. Accept: Tells the web s...
This article mainly introduces the method of conf...
Table of contents Preface Installation and Config...