so I am working on mouseover and click events in javascript. I have used css hover affects with great success, however I am trying to incorporate javascript.
I want my div element to transition from none to block. I have no issues there and it works great.
My primary concern is can I ease in the transition like css can ease the transitions, or do I have to go about the affect a different way?