0

我正在使用foundation zurb v6,我想知道揭示何时完全打开。我使用下面的代码来了解揭示何时打开:

$(document).on('open.zf.reveal', '.commentReveal', function () {
   Some Codes Here
});

它工作正常,但是当我将动画设置为打开和关闭显示时,它不再工作了。所以我想我也必须使用代码来查看动画何时完成。实际上我想我需要一个回调来显示动画。

这是我的揭示元素:

div class="reveal commentReveal" data-reveal data-close-on-click="true" data-animation-in="scale-in-up fast" data-animation-out="scale-out-down fast">
    .....
</div>

我很感激在这个问题上的任何帮助:(

4

0 回答 0