mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
66df691aad
commit
a49b02406c
@ -3871,7 +3871,15 @@ var BrowserPrototype = {
|
|||||||
|
|
||||||
// Scroll...
|
// Scroll...
|
||||||
//
|
//
|
||||||
// XXX use .options.focusOffsetWhileScrolling
|
// position can be:
|
||||||
|
// 'start'
|
||||||
|
// 'center'
|
||||||
|
// 'end'
|
||||||
|
//
|
||||||
|
// XXX use .options.focusOffsetWhileScrolling / nudgeElement(..)
|
||||||
|
// ...only need to determine direction...
|
||||||
|
// 'start' -> nudgeElement(this, 'up', elem)
|
||||||
|
// 'end' -> nudgeElement(this, 'down', elem)
|
||||||
scrollTo: function(pattern, position){
|
scrollTo: function(pattern, position){
|
||||||
var target = this.get(pattern)
|
var target = this.get(pattern)
|
||||||
target
|
target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user