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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -