mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6e8a33ad0d
commit
31656e0203
@ -329,9 +329,9 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({
|
||||
var fadein = this.config['current-image-indicator-fadein']
|
||||
this._current_image_indicator_timeout = setTimeout(function(){
|
||||
var m = ribbons.viewer.find('.current-marker')
|
||||
.fadeIn(fadein, function(){
|
||||
m.css({display: ''})
|
||||
})
|
||||
m.fadeIn(fadein, function(){
|
||||
m.css({display: ''})
|
||||
})
|
||||
}, this.config['current-image-shift-timeout'])
|
||||
}
|
||||
}],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user