mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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,
|
actions: CurrentImageIndicatorActions,
|
||||||
|
|
||||||
handlers: [
|
handlers: [
|
||||||
|
// show the indicator...
|
||||||
['load',
|
['load',
|
||||||
function(){
|
function(){
|
||||||
var fadein = this.config['current-image-indicator-fadein']
|
var fadein = this.config['current-image-indicator-fadein']
|
||||||
@ -259,10 +260,6 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({
|
|||||||
}, fadein)
|
}, fadein)
|
||||||
}],
|
}],
|
||||||
|
|
||||||
// move marker to current image...
|
|
||||||
['focusImage.post',
|
|
||||||
function(){ this.updateCurrentImageIndicator() }],
|
|
||||||
|
|
||||||
// Change border size in the appropriate spot in the animation:
|
// Change border size in the appropriate spot in the animation:
|
||||||
// - before animation when scaling up
|
// - before animation when scaling up
|
||||||
// - after when scaling down
|
// - after when scaling down
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user