Title: How about Easing?
Last modified: August 20, 2016

---

# How about Easing?

 *  [jansolo76](https://wordpress.org/support/users/jansolo76/)
 * (@jansolo76)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-about-easing/)
 * Hi There,
 * how can I integrate an easing function to this awesome plugin to get the scrolling
   even smoother? Any hints highly appreciated!
 * Best regards
    Jan
 * [http://wordpress.org/extend/plugins/jquery-smooth-scroll/](http://wordpress.org/extend/plugins/jquery-smooth-scroll/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [cybercool](https://wordpress.org/support/users/cybercool/)
 * (@cybercool)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-about-easing/#post-3457646)
 * take a look on [http://plugins.svn.wordpress.org/jquery-smooth-scroll/trunk/js/jss-script.js](http://plugins.svn.wordpress.org/jquery-smooth-scroll/trunk/js/jss-script.js)
 *     ```
       // Scroll to top speed
       	var scrollSpeed = 500;
       ```
   
 * and
 *     ```
       $(scrollElem).stop().fadeTo(300, 1); // fade back in
       		}else{
       			$(scrollElem).stop().fadeTo(300, 0); // fade out
       ```
   
 *  Thread Starter [jansolo76](https://wordpress.org/support/users/jansolo76/)
 * (@jansolo76)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-about-easing/#post-3457647)
 * Thanks for your answer, but that will only change the fading speed and the scroll
   speed. What i was actually looking for is help for implementing an easing functionality.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How about Easing?’ is closed to new replies.

 * ![](https://ps.w.org/jquery-smooth-scroll/assets/icon-256x256.png?rev=1780120)
 * [jQuery Smooth Scroll](https://wordpress.org/plugins/jquery-smooth-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-smooth-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-smooth-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-smooth-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-smooth-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-smooth-scroll/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jansolo76](https://wordpress.org/support/users/jansolo76/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/how-about-easing/#post-3457647)
 * Status: not resolved