tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-04 00:48:39 +03:00
parent 43e7990143
commit b16a804958

View File

@ -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