jquery - How to hide div slowly in javascript -


I have two div to close div Clicking on the button. The second div increases upwards, I want to slow it down. I try to use the transition effect, but can not someone help it? Thanks in advance.

Reading the document about the first argument is "duration"

You can use $ ("# Notifications"). Hide ('slow');

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -