百度智能小程序 創(chuàng)建animationVideo

2020-09-05 14:19 更新

swan.createAnimationVideo

解釋: 創(chuàng)建并返回 animation-video 上下文 animationVideo 對(duì)象。通過(guò) animationVideoId 跟一個(gè) animation-video 組件綁定,通過(guò)它可以操作一個(gè) animation-video 組件。Web 態(tài)說(shuō)明:詳見(jiàn) animation-video 組件 Web 態(tài)說(shuō)明。

方法參數(shù)

String animationVideoId

返回值

AnimationVideo

示例 

在開(kāi)發(fā)者工具中打開(kāi)


圖片示例

代碼示例

<view class="wrap">
    <animation-video
        id="myAnimationVideo"
        path="{{path}}"
        loop="{{loop}}"
        resource-width="800"
        resource-height="400"
        canvas-style="width:200px;height:200px"
        autoplay="{{autoplay}}"
        bindstarted="started"
        bindended="ended">
    </animation-video>
</view>
Page({
    data: {
        loop: true,
        path: 'https://efe-h2.cdn.bcebos.com/ceug/resource/res/2020-1/1577964961344/003e2f0dcd81.mp4',
        autoplay: true
    },
    onLoad() {
        this.myAnimationVideo = swan.createAnimationVideo('myAnimationVideo');
        // 創(chuàng)建出動(dòng)畫(huà)組件實(shí)例,使用詳見(jiàn) AnimationVideo (https://smartprogram.baidu.com/docs/develop/api/media/animationvideo_AnimationVideo/)
    },
});
.video-area {
    height: 2.18rem;
    background: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
}


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)