0

There use to be a jQuery effect that when you initlized it.. the DIV/CLASS would slide up and fade away at the same time. I know it's not puff... but it was something. I remember becuase I found out about it after doing slide/fade when I was like.. oh I could have done this instead.

But I can't find it on jQuery UI website anymore... help?

I tried searching Google and especially jQuery API: http://api.jquery.com

test
  • 17,706
  • 64
  • 171
  • 244

2 Answers2

2

Sounds like animate and fadeOut together.

Aidanc
  • 6,921
  • 1
  • 26
  • 30
2

These links might help you slideUp and fadeOut is what you need

jQuery: FadeOut then SlideUp

more information with examples

1 . http://www.elated.com/articles/super-easy-animated-effects-with-jquery/

2 . http://www.htmlgoodies.com/tutorials/forms/article.php/3896356/HTML-Forms-jQuery- Basics----Effects.htm

Community
  • 1
  • 1
Sanath
  • 4,774
  • 10
  • 51
  • 81