[Deployed via nextjs 13 & vercel]
I have an animated webp (great reduction in size relative to the APNG). It's supposed to show only one frame at a time, out of a series of frames used to animate it.
The animated webp I've put on my site is rendering as expected (one frame at a time) on desktop browsers, however on mobile safari & chrome, the animated webp will show all frames without removing the previous frame from view, creating an undesired effect.
How can I prevent the webp from stacking frames on mobile browsers?