1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
bergyu 2021-11-22 14:54:46 +08:00
parent 992f8cf4a8
commit 08a617c8c5

View File

@ -634,7 +634,7 @@ Volcanos("onmotion", {help: "动态特效", list: [], _init: function(can, targe
can.base.isFunc(cb) && cb(target)
},
show: function(can, time, cb, target) { target = target||can._target
time = can.base.isObject(time)? time: {interval: 100, length: time||20}
time = can.base.isObject(time)? time: {interval: 10, length: time||30}
can.page.Modify(can, target, {style: {opacity: 0, display: html.BLOCK}})
can.core.Timer(time, function(event, value, index) {