Fixed fading divider in infobox

This commit is contained in:
Tobias Reich 2015-03-14 22:34:15 +01:00
parent c9f5d112d4
commit 26cdd98dfc
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ album.load = function(albumID, refresh) {
if (!refresh) { if (!refresh) {
lychee.animate('.album, .photo', 'contentZoomOut'); lychee.animate('.album, .photo', 'contentZoomOut');
lychee.animate('.divider', 'fadeOut'); lychee.animate('#content .divider', 'fadeOut');
} }
startTime = new Date().getTime(); startTime = new Date().getTime();

View File

@ -16,7 +16,7 @@ albums.load = function() {
waitTime; waitTime;
lychee.animate('.album, .photo', 'contentZoomOut'); lychee.animate('.album, .photo', 'contentZoomOut');
lychee.animate('.divider', 'fadeOut'); lychee.animate('#content .divider', 'fadeOut');
startTime = new Date().getTime(); startTime = new Date().getTime();