1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 21:15:46 +01:00

Move smooth-scroll plugin to the core.

This commit is contained in:
Kris Maglione
2011-09-28 20:10:23 -04:00
parent dc8004426f
commit c9b72a9607
5 changed files with 97 additions and 9 deletions

View File

@@ -1381,6 +1381,28 @@
</description>
</item>
<item>
<tags>'ss' 'scrollsteps'</tags>
<spec>'scrollsteps' 'ss'</spec>
<type>&option.scrollsteps.type;</type>
<default>&option.scrollsteps.default;</default>
<description>
<p>
The number of steps in which to smooth scroll to a new position. If
set to 1, smooth scrolling is not used.
</p>
</description>
</item>
<item>
<tags>'st' 'scrolltime'</tags>
<spec>'scrolltime' 'st'</spec>
<type>&option.scrolltime.type;</type>
<default>&option.scrolltime.default;</default>
<description>
<p>The time, in milliseconds, in which to smooth scroll to a new position.</p>
</description>
</item>
<item>
<tags>'spl' 'spelllang'</tags>
<spec>'spelllang' 'spl'</spec>