for(let i = 0 ; i < selector.length ; i++){
var o = 0;
var x = setInterval(function(){
if( o >= 1){
clearInterval(x);
}else{
o += 0.00005;
selector[i].style.opacity = o + "";
}
},1);
}
sau khi chạy thu đc kết quả :
https://imgur.com/DzMF0AA.
Cho em hỏi làm sao để nó end thì = 1 a. ? Em cảm ơn