setImageAnimationPolicy
Sets the image animation policy for this webContents. The policy only affects new images, existing images that are currently being animated are unaffected. This is a known limitation in Chromium, you can force image animation to be recalculated with img.src = img.src
which will result in no network traffic but will update the animation policy.
This corresponds to the animationPolicy accessibility feature in Chromium.