Answer the question
In order to leave comments, you need to log in
How to make popup disappear smoothly?
Good day
https://codepen.io/anon/pen/yKaYVp
There is such an attempt to make the window fade smoothly, but for some reason it does not work, what am I doing wrong?
Answer the question
In order to leave comments, you need to log in
jquery-3.2.1.min.js
$(document).ready(function(){
$('.jsdonate').click(function() {
$('.popup').fadeIn();
})
$('.closepop').click(function() {
$('.popup').fadeOut();
})
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question