Results 1 to 4 of 4

Thread: AnyLink JS Drop Down Menu fade out

  1. #1
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink JS Drop Down Menu fade out

    1) Script Title: AnyLink JS Drop Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem: Sooo, there is a fadein effect, but not a fadeout effect... How can I make the menu fade out?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

  3. #3
    Join Date
    Oct 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nile View Post
    That one doesn't fade out

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Yes it does... In the fadesettings variable, change:
    Code:
    fadesettings: {overduration: 350, outduration: 100}, //duration of fade in/ out animation, in milliseconds
    To:
    Code:
    fadesettings: {overduration: 350, outduration: 350}, //duration of fade in/ out animation, in milliseconds
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •