Using GWT, is it possible to use an animated gif and display only a specific frame from it? For example, to display frame 4 and then later on display frame 5. Do we have control over the individual frames of an animated gif in GWT?
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.
No, it’s not possible in GWT, and it’s not possible in JavaScript either.
As Cory suggested, you can split a GIF into individual frames on a server side, and then serve individual images based on browser events.