Animated

Description

Delivers an animated GIF that contains additional loops of the GIF. The total number of iterations is the number of additional loops plus one. You can also specify the loop effect without a numeric value to instruct it to loop the GIF infinitely.

Examples

			import {Cloudinary} from "@cloudinary/url-gen";
			import {animated} from "@cloudinary/url-gen/actions/animated";
			
			const yourCldInstance = new Cloudinary({cloud:{cloudName:'demo'}});
			const image = yourCldInstance.image('woman');
			image.animated(edit().delay(200).loop(3)));
Details