Answer the question
In order to leave comments, you need to log in
How to add animation class from Animate.css on Fancybox 3 window close?
How to add animation class from Animate.css on Fancybox 3 window close?
There is such a script, but it does not work on version 3
-
$('.modal').on('click',function(){
$.fancybox({
type : 'inline',
href : '.fancy',
padding : 0,
scrolling : 'visible',
afterLoad : function(){
$(".fancybox-skin").addClass('fadeInDown animated');
},
beforeClose : function(){
$(".fancybox-skin").addClass('fadeOutDown animated');
}
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question