关闭后的动画与刷新后的buddy动画不一样
就是在关闭后进入box后,buddy那张图片自动跟box在一起出现了是怎么回事?buddy不是有单独的入场动画吗?为什么写没写都会跟着box动呢?跟刷新页面进入的动画不一样呢?
var seqClose = [
{
elements: imgs,
properties: 'lixin.scaleOut'
},{
elements: container,
properties: 'lixin.slideDownOut'
},{
elements: pop,
properties: 'lixin.slideDownOut',
option: {
sequenceQueue: false
}
}, {
elements: container,
properties: 'lixin.slideUpIn',
option: {
delay: 300
}
}, {
elements: box,
properties: 'lixin.slideUpIn',
option: {
sequenceQueue: false
}
}