parent
7ee22886cb
commit
87c79f56ec
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bd/core",
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.5",
|
||||
"type": "module",
|
||||
"description": "百搭UI组件库的核心",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -20,6 +20,7 @@ export function animate(duration = 200, fromto = [], out = false) {
|
|||
if (out) {
|
||||
this.style.display = 'none'
|
||||
}
|
||||
res.cancel()
|
||||
resolve()
|
||||
},
|
||||
{ once: true }
|
||||
|
|
Loading…
Reference in New Issue