我正在使用Ascensor.js。
我使用这个排队选项构建:
var ascensor = $('#ascensor').ascensor({
direction: [[2, 2], [1, 1], [1, 2], [1, 3], [1, 4], [3, 1], [3, 2], [3, 3]],
queued: "y"
});
到达楼层后,我需要排队等候“x”,以同样的方式返回。这可能吗?
非常感谢
答案 0 :(得分:0)
我找到了解决方案。
ascensorInstance.options.queued = "x";`
我希望这有帮助。