Skip to content

Commit 0cb691c

Browse files
author
jlengstorf
committed
JS tweaks.
1 parent 950ef56 commit 0cb691c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ class="login button">Login &rarr;</a>
197197
href: photo.link,
198198
html: this
199199
})
200-
.fadeOut()
200+
.css({opacity: 0})
201201
.delay(delay)
202202
.prependTo($("#photos"))
203203
.append($('<strong />'), {
204204
text: 'Photo by ' + photo.user.username
205205
})
206206
.wrap('<li />')
207-
.fadeIn(anim_speed);
207+
.animate({ opacity: 1 }, anim_speed);
208208
}
209209
});
210210

0 commit comments

Comments
 (0)