肖强的博客 肖强的博客
Home
Guide
Web Document
  • Plugins
  • Case
  • Animation
Components
  • Categories
  • Tags
  • Archives
Website Tools

xiaoQiang

因为爱所以爱
Home
Guide
Web Document
  • Plugins
  • Case
  • Animation
Components
  • Categories
  • Tags
  • Archives
Website Tools
  • 快速上手
    • 安装
    • datePicker
    • serialAnimation
      • 序列帧动画
      • Props
      • 图片命名说明
    • icon
    • loading
    • scrollbar
    • drag
  • views
xiaoQiang
2021-08-18

serialAnimation

# 序列帧动画

<xiao-serial-animation
  :aspectRatio="1"
  :count="53"
  :diffTime="60"
  :forStart="0"
  format="png"
  publicPath="http://yaru.vip:8080/images/serial/sun/"
/>

<xiao-serial-animation
  :aspectRatio="750 / 520"
  :count="100"
  :diffTime="60"
  :forStart="60"
  format="jpg"
  publicPath="//storage.jd.com/activity-public-static/demo/newloan_"
/>

# Props

参数 说明 类型 默认值
publicPath 图片链接的公共部分 string -
format 图片格式 string jpg
count 图片的数量 Number -
diffTime 播放的速度 Number 60
forStart 从第几张图片开始循环播放 Number -
aspectRatio 图片宽度与图片高度的比 Number 1

# 图片命名说明

图片完整链接组成 : publicPath + index + . + format----- index : 根据count(图片数量)循环的索引

for (let index = 0; index < count; index++) {
  src = `${publicPath}${index}.${format}`
}
#components
datePicker
icon

← datePicker icon→

最近更新
01
drag
12-22
02
入场/出场05
10-16
03
入场/出场04
10-16
更多文章>
icon组件不能用
时间左侧 © 2021-2021 时间右侧
冀公网安备 13108202000744号
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式
欢迎来到我的家
Back