$('#mogeta img').animate({opacity:0},1000)
.promise()
.done(function(){
alert('mogeta!');
});
IEでopacityが聞かない要素出た時にイラッとして使用
Go to list of users who liked
More than 5 years have passed since last update.
$('#mogeta img').animate({opacity:0},1000)
.promise()
.done(function(){
alert('mogeta!');
});
IEでopacityが聞かない要素出た時にイラッとして使用
Register as a new user and use Qiita more conveniently
Go to list of users who liked