Commit 5520086d authored by 范雪寒's avatar 范雪寒

feat

parent ce7f48c3
...@@ -468,7 +468,7 @@ cc.Class({ ...@@ -468,7 +468,7 @@ cc.Class({
const mask = cc.find('middleLayer/mask'); const mask = cc.find('middleLayer/mask');
cc.tween(mask) cc.tween(mask)
.to(1, { opacity: 0 }) .to(1, { opacity: 0 })
.set({ active: true }) .set({ active: false })
.start(); .start();
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment