All Products
Search
Document Center

ApsaraVideo VOD:Animations

Last Updated:Aug 19, 2026

The short video SDK supports custom animations, which must meet specific production standards.

Production standards

For more information about creating custom animated stickers, see Alibaba Cloud Short Video SDK Dynamic Sticker and Bubble Creation Specifications.

Call methods

  • Animated stickers

    • Android

      You can call AliyunPasterManager.addPasterWithStartTime(Source path, long startTime, long duration); to add an animated sticker effect. For more information about the parameters, see AliyunPasterManager.

    • iOS

      You can call the addGif:startTime:duration: method of AliyunStickerManager to add an animated sticker effect. For more information about the parameters, see AliyunStickerManager.

  • Bubble text

    • Android

      You can call AliyunPasterControllerCompoundCaption.setBubbleEffectTemplate(Source aStyleTemplate); to add a bubble text effect. For more information about the parameters, see AliyunPasterControllerCompoundCaption.

    • iOS

      You can call the addCaptionText:bubblePath:startTime:duration: method of AliyunStickerManager to add a bubble text effect. For more information about the parameters, see AliyunStickerManager.