提交 66bdeb03 编写于 作者: K kener

大规模mark特效优化

上级 27a53dc2
......@@ -1240,6 +1240,7 @@ define(function (require) {
.when(duration * 2, clip2)
.delay(Math.random() * duration * 2)
.start();
effectShape.style['randomMap' + i] = Math.random() * 100;
}
},
......@@ -1344,10 +1345,12 @@ define(function (require) {
clearAnimationShape : function () {
if (this.zr && this.effectList && this.effectList.length > 0) {
/*
this.zr.modLayer(
EFFECT_ZLEVEL,
{ motionBlur : false}
);
*/
this.zr.delShape(this.effectList);
}
this.effectList = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册