
- 1) Right-click the SmoothScroll icon on System Tray 2) Select 'Settings' menu item 3) Click '+' button at the bottom right corner of Settings 4) Select XYZ from running applications list 5) Click 'Disable for this app' checkbox 1) Select the XYZ application's window where you want to disable SmoothScroll.
- 本帖最后由 蚀火虫 于 2017-1-18 23:46 编辑 【2016.12.15 更新 1.1.6版】 SmoothScroll 1.1.6官方原版('.
- // SmoothScroll v0.9.9 // Licensed under the terms of the MIT license. // People involved // - Balazs Galambosi: maintainer (CHANGELOG.txt) // - Patrick Brunner.
- The Scroll Behavior specification has been introduced as an extension of the Window interface to allow for the developer to opt in to native smooth scrolling. Check the repository on GitHub or download the polyfill as an npm module.
.Smoothscroll.Smoothness - default 0.5, change to 1.0 or higher for smoother animation.Smoothscroll.Acceleration - default 0.5, change for higher acceleration Don't increase those values too much though. UPDATE (18.5.2019): Reworked animation functions to use requestAnimationFrame, instead of trying to reproduce same functionality using timers.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum. Launchey a menubar app launcher 1 4 0.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.
hello!
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui iure obcaecati, repudiandae aspernatur cumque recusandae adipisci consequuntur maiores, quo in nulla ratione facere distinctio beatae, quae consequatur ab labore dolorum.
Задайте вопрос, напишите отзыв, или пожалуйтесь на скрипт.
- Установок в день
- 0
- Всего установок
- 1 968
- Оценки
- 3320
- Версия
- 9.6
- Создан
- Обновлён
- Лицензия
- Недоступно
Script to add smooth scrolling on every page using javascript.
Use this for example if your browser does not have smoothscroll natively.
Tested in Chrome, Maxthon and Firefox.
Post feedback or I won't know what you think or want. Initially I created this for my personal use because smooth scrolling in Maxthon did not work for me.
I'm still updating this when I find something to improve or find bugs. (Since I still use this myself)
UPDATE (01.11.2016):
Removed jQuery because of how often it conflicted with stuff on webpages. Now uses purely javascript of it's own and is much better overall. Try it out!
UPDATE (08.03.2018):
Completely rewrote this script due to how unmanageable the old version was. Should be much better now in both performance and visual appearance. Settings can be changed inside script for now until i make better settings page for this.
There are for now 2 parameters you can change:
*Smoothscroll.Smoothness - default 0.5, change to 1.0 or higher for smoother animation.
*Smoothscroll.Acceleration - default 0.5, change for higher acceleration
Don't increase those values too much though.
UPDATE (18.5.2019):
Reworked animation functions to use requestAnimationFrame, instead of trying to reproduce same functionality using timers. This results into much more consistent and better animations and smoother scrolling.
You dont need to change Refreshrate setting anymore either, it is calculated automatically and used internally.
UPDATE (19.5.2019):
I decided to put a short video about how this looks. So here you go:
smoothScroll is an ultra-lightweight jQuery plugin which provides smooth anchor scrolling experience to your long content web page.
How to use it:
1. Include the jQuery smoothScroll plugin after jQuery library in your web page.
Calibre 2 67 0 download free. 2. Include the jQuery UI for more easing options (Optional).
3. Create anchor links and targeted content as follows.
4. Initialize the plugin with default settings.
4. Available options.

This awesome jQuery plugin is developed by jeanpan. For more Advanced Usages, please check the demo page or visit the official website.
See Full List On Github.com
- Prev: jQuery Plugin To Flip Images Using CSS3 Animations - Flipper
- Next: Lightweight jQuery Parallax Scrolling Plugin - HW Parallax