UNPKG

vislite

Version:

灵活、快速、简单的数据可视化交互式跨端前端库

6 lines (5 loc) 298 B
import type { animationFun } from "oipage/web/animation/index" import { animation } from "oipage/web/animation/index" export default function (doback: animationFun, duration?: number, callback?: animationFun) { return animation(doback, duration || 400, callback || function () { }).stop }