smooth scroll

Out of context: Reply #8

  • Started
  • Last post
  • 17 Responses
  • amullins0

    new SmoothScroll({duration:500}); and change your links' href attributes to their destination's id attribute (you need to make certain you are only using any single id ONE time ONLY - change "mycustomscroll" to a unique id for each wrapper div). also, since you are using mootools, you may want to consider using a domloaded event handler - instead of body.onload. put the mm_swapimages and the new SmoothScroll() code in a domloaded function.

View thread