We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950ef56 commit 0cb691cCopy full SHA for 0cb691c
index.php
@@ -197,14 +197,14 @@ class="login button">Login →</a>
197
href: photo.link,
198
html: this
199
})
200
- .fadeOut()
+ .css({opacity: 0})
201
.delay(delay)
202
.prependTo($("#photos"))
203
.append($('<strong />'), {
204
text: 'Photo by ' + photo.user.username
205
206
.wrap('<li />')
207
- .fadeIn(anim_speed);
+ .animate({ opacity: 1 }, anim_speed);
208
}
209
});
210
0 commit comments