Fixed fading divider in infobox
This commit is contained in:
parent
c9f5d112d4
commit
26cdd98dfc
@ -37,7 +37,7 @@ album.load = function(albumID, refresh) {
|
||||
|
||||
if (!refresh) {
|
||||
lychee.animate('.album, .photo', 'contentZoomOut');
|
||||
lychee.animate('.divider', 'fadeOut');
|
||||
lychee.animate('#content .divider', 'fadeOut');
|
||||
}
|
||||
|
||||
startTime = new Date().getTime();
|
||||
|
@ -16,7 +16,7 @@ albums.load = function() {
|
||||
waitTime;
|
||||
|
||||
lychee.animate('.album, .photo', 'contentZoomOut');
|
||||
lychee.animate('.divider', 'fadeOut');
|
||||
lychee.animate('#content .divider', 'fadeOut');
|
||||
|
||||
startTime = new Date().getTime();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user