Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 052b19a

Browse files
committed
v0.6.3
1 parent 438ef98 commit 052b19a

File tree

6 files changed

+51
-42
lines changed

6 files changed

+51
-42
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ new Pageable("#container", {
166166
wheel: true, // enable / disable mousewheel scrolling
167167
mouse: true, // enable / disable mouse drag scrolling
168168
touch: true, // enable / disable touch / swipe scrolling
169+
keydown: true, // enable / disable keyboard navigation
169170
},
170171
easing: function(currentTime, startPos, endPos, interval) {
171172
// the easing function used for the scroll animation
@@ -307,8 +308,9 @@ Define the allowed events.
307308
* `wheel` - enable / disable mousewheel scrolling
308309
* `mouse` - enable / disable mouse drag scrolling
309310
* `touch` - enable / disable touch / swipe scrolling
311+
* `keydown` - enable / disable keyboard navigation
310312

311-
All propertied are set to `true` by default.
313+
All properties are set to `true` by default.
312314

313315
---
314316

dist/pageable.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
55
and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
66
7-
Version: 0.6.2
7+
Version: 0.6.3
88
99
*/
1010
.pg-pips{position:fixed;z-index:1000}.pg-pips ul{margin:0;padding:0}.pg-pips ul li{width:14px;height:14px;margin:7px;position:relative}.pg-pips ul li:hover a{width:10px;height:10px;margin:-5px 0 0 -5px}.pg-pips ul li a{display:block;cursor:pointer;text-decoration:none;border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#fff;left:50%;top:50%;margin:-2px 0 0 -2px}.pg-pips ul li a.active,.pg-pips ul li:hover a.active{position:absolute;height:14px;width:14px;margin:-7px 0 0 -7px;border-radius:100%}.pg-vertical .pg-pips{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.pg-vertical .pg-pips li{display:block}.pg-horizontal .pg-pips{bottom:10px;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.pg-horizontal .pg-pips li{display:inline-block}

0 commit comments

Comments
 (0)