Jquery – How can I implement a "Flash in" animation?
Currently I have a div that has the class "hidden" (css, display: none). I want it to add the class "full-size" after a set ammount of time with javascript. However, how can I implement a "flash in" function? setTimeout(fade_out, 28000);…