I have a CSS3 Circle Loader that has 3 circles. I am having problems Each circle (starting from the first) should fade out after a few seconds possibly using CSS Animations. Any help is appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d go a slightly different route.
Only made for webkit but you can alter as needed: http://jsfiddle.net/8kQ2u/17/
:nth-childhere is fine since I’m pretty sure it has full support in browsers that support@keyframes. You could use the sibling selector if you prefered (+).