mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
43e7990143
commit
b16a804958
@ -245,6 +245,7 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({
|
||||
actions: CurrentImageIndicatorActions,
|
||||
|
||||
handlers: [
|
||||
// show the indicator...
|
||||
['load',
|
||||
function(){
|
||||
var fadein = this.config['current-image-indicator-fadein']
|
||||
@ -259,10 +260,6 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({
|
||||
}, fadein)
|
||||
}],
|
||||
|
||||
// move marker to current image...
|
||||
['focusImage.post',
|
||||
function(){ this.updateCurrentImageIndicator() }],
|
||||
|
||||
// Change border size in the appropriate spot in the animation:
|
||||
// - before animation when scaling up
|
||||
// - after when scaling down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user