Results 1 to 2 of 2

Thread: Disable animation in DD accordion

  1. #1
    Join Date
    Nov 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Disable animation in DD accordion

    1) Script Title: DD accordion

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

    3) Describe problem:

    Is it possible to disable the animation which opens the sub container div?
    So that it doesn't slide open, but it opens at once.

    Kind regards and thanks in advance.

    Tim

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Just change the option "animatespeed" inside your configuration code to 0:

    Code:
    	animatespeed: 0, //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
    DD Admin

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
  •