You can create custom animations in the short video SDK. A custom animation must meet the standards for animation production before you can use the animation.
Standards for animation production
For information about the standards for animation production, see Standards for Production of Animated Stickers and Bubbles in the Alibaba Cloud Short Video SDK.
Call methods
Animated stickers
Android
Call
AliyunPasterManager.addPasterWithStartTime(Source path, long startTime, long duration);
to add an animated sticker. For more information, see AliyunPasterManager.iOS
Call
addGif:startTime:duration:
of theAliyunStickerManager
class to add an animated sticker. For more information, see AliyunStickerManager.
Bubbles
Android
Call
AliyunPasterControllerCompoundCaption.setBubbleEffectTemplate(Source aStyleTemplate);
to add a bubble. For more information, see AliyunPasterControllerCompoundCaption.iOS
Call
addCaptionText:bubblePath:startTime:duration:
of theAliyunStickerManager
class to add a bubble. For more information, see AliyunStickerManager.