ChrisWojcik / single-page-nav

jQuery plugin that provides smooth scrolling and advanced navigation for single page websites.
http://chriswojcik.net/demos/single-page-nav/
161 stars 74 forks source link

Easing option #3

Closed gonzonator closed 10 years ago

gonzonator commented 10 years ago

Hi Chris! First of all, many thanks for this pretty cool jquery plugin! It's just what I need.

I'm using jquery.easing.1.3.js plugin and I would like to insert easing option on the animation speed, like: easing:'easeInOutExpo' Is it possible? Could you tell how to do that?

thank's for your time

gonzonator commented 10 years ago

Issue solved, I did it:

Line 89: duration: self.options.speed,easing:'easeInOutExpo',

ChrisWojcik commented 10 years ago

Thanks for your interest in the plugin.

I've updated it to include easing as an option, setting it up as you did in your solution.

gonzonator commented 10 years ago

Thank you Chris. Until now this is the best one page nav plugin I have found.