1.0.0 • Published 3 years ago

animate_ghw v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

安装

npm install animate_ghw

导入

const animate=require('animate_ghw') 
// 获取animate函数

  animate(div, 500, callback,10)
//  animate(obj, target, callback,dalay)  
// obj 为dom对象,target 为目标位置,callback或回调函数,dalay为间隔事件频率
1.0.0

3 years ago