Skip to content

When the Reveal Opening Animation Has Finished, Do Sth #12253

Answered by Mozhdeh-d
Mozhdeh-d asked this question in Q&A
Discussion options

You must be logged in to vote

Finally I solved this issue by using a timeout like this:

$(document).on('open.zf.reveal', '.commentReveal', function () { var revealId = $(this).attr('id'); setTimeout(function(){ Some Codes Here }, 250); });

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Mozhdeh-d
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Mozhdeh-d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #12252 on August 30, 2021 17:31.