JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q18247F
  • License ISC

帧动画代码插件

Package Exports

  • facode
  • facode/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (facode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

帧动画代码插件

使用

当前版本为浏览器使用环境

new Facode(options)

options

参数名 取值 默认值 说明
id String null 帧动画盒子ID
imgList Array [] 图片网络资源地址集合
mode String 'js' 帧动画实现方式, 取值范围 'js','css','canvas'
speed int 200 逐帧动画间隔时长
loading Boolean true 是否需要展示loading
loadingFn Function null 自定义生成loading动画