1234567891011121314151617181920212223242526272829303132333435363738394041* {margin:0;padding:0}body {background:#666666;}.loader {width:80px;height:120px;margin:100px auto;position:relative}.loader .dot {left:36%;width:10px;height:10px;border-radius:50%;background:white;transform-origin:10px 40px;position:absolute;animation:dotrotate 2s infinite;}.loader .dot:nth-of-type(2) {animation-delay:0.2s;}.loader .dot:nth-of-type(3) {animation-delay:0.3s;}.loader .dot:nth-of-type(4) {animation-delay:0.4s;}.loader .dot:nth-of-type(5) {animation-delay:0.5s;}.loader .dot:nth-of-type(6) {animation-delay:0.6s;}.loader .dot:last-of-type {animation-delay:0.7s;}
css3animation动画