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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -