Display one content after another using CSS keyframes
问题 I have the following HMTL and CSS : .parent{ height: 10%; width: 100%; float: left; } .content1{ height: 100%; width: 20%; background-color: blue; float: left; } .content2{ height: 100%; width: 20%; background-color: red; float: left; } .content3{ height: 100%; width: 20%; background-color:yellow; float: left; } .content4{ height: 100%; width: 20%; background-color: green; float: left; } .content5{ height: 100%; width: 20%; background-color: orange; float: left; } .parent { animation-name: