I\'m trying to make fadeOut effect for a div with pure JavaScript.
div
This is what I\'m currently using:
//Imagin
It looks like you can do it another way(I may be wrong).
event.target.style.transition = '0.8s'; event.target.style.opacity = 0;