mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added a hacky fix to the jumping 'shift image up to new ribbon problem'...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dbe0a4d372
commit
bebc56cbfd
@ -2254,7 +2254,9 @@ ImageGrid.GROUP('Ribbon manipulations',
|
|||||||
var res = $('<div class="ribbon"></div>')[insert]('.current.ribbon')
|
var res = $('<div class="ribbon"></div>')[insert]('.current.ribbon')
|
||||||
|
|
||||||
// restore the animated state...
|
// restore the animated state...
|
||||||
$('.field').removeClass('unanimated')
|
// XXX this is a hack...
|
||||||
|
setTimeout(function(){$('.field').removeClass('unanimated')}, 10)
|
||||||
|
//$('.field').removeClass('unanimated')
|
||||||
|
|
||||||
return res
|
return res
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user