dropdown menu scrolling effect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6991
    kagamushu
    Member

    Hello,
    i have dropdown items in my main menu of my single page site. For some reason when a dropdown item is selected, the smooth scrolling effect does not work, the page section just appears. I would like the scrolling effect to be the same as when you select a top level item from the menu.
    url: http://wip.smithandbarber.ca

    thanks for the help

    #6992
    kagamushu
    Member

    ok figured it out, added:

    $(‘.dropdown-menu-wrap > ul [href*=#]’).smoothScroll(
    {easing: ‘swing’, speed: 700, offset: -120, exclude: [‘.external a’]});
    }

    in main.js

    thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘dropdown menu scrolling effect’ is closed to new replies.