From 09b20be2d185b3c1b4f3a4056bbbc5c3061e6e97 Mon Sep 17 00:00:00 2001
From: teramako
Date: Thu, 17 Jan 2013 20:05:10 +0900
Subject: Dropped E4X for Vimperator 3.6+
---
_smooziee.js | 128 +++++++++++++++++++++++++++--------------------------------
1 file changed, 59 insertions(+), 69 deletions(-)
(limited to '_smooziee.js')
diff --git a/_smooziee.js b/_smooziee.js
index 36df3f5..ae4915c 100644
--- a/_smooziee.js
+++ b/_smooziee.js
@@ -8,84 +8,74 @@
// http://www.opensource.jp/licenses/mit-license.html
// }}}
//
-// PLUGIN INFO: {{{
-var PLUGIN_INFO =
- j,k key scrolling to be smoothly. You can configure following variable as you like. Set scroll amount is 300px and interval is 10ms. Example 普段のj,kキーのスクロールをLDRizeライクにスムースにします。 以下の変数を.vimperatorrcなどで設定することで動作を調整することができます。 スクロール量を300pxに、インターバルを10msに設定します。 他のキーにマップする場合やスクリプトから呼び出せるようAPIを用意してます。 ExampleGlobal vriables
+
+
+ Example
+
+ API
+ smooziee.smoothScrollBy(amount);
+ グローバル変数
+
+
+ 設定例
+
+ API
+ smooziee.smoothScrollBy(amount);
+