# GIF Item gif图素材地址是``` http://f.sinaimg.cn/tech/transform/301/w193h108/20210128/7d28-kicwvzr2403640.gif ``` 目前谷歌浏览器不支持这2种实现方式, 但是edge可以看到效果 ### 方式1: 派生``` SImageItem ``` 重写``` ondraw ```方法; ### 方式2: 在外部写定时器,不断刷新视图 ::: details 查看代码 <<< @/docs/.vuepress/components/scene/items/gifItem.vue :::