Does CSS provide a way to get a specific frame from animated png (APNG, PNG), or even loop the (A)PNG only from frame A to frame B?
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.
APNG isn’t a consideration as far as CSS is concerned, most browsers don’t even support it (apart from firefox)
What you’re best off doing is turning your APNG into a PNG spritesheet, animating it using Javascript and using background-position in CSS to get particular frames.