I need to set the display property of div to block giving a fade effect, fadein function does not change the display property of the div to block. So the div cant be seen. How can I do it?
$('lesson-'+tab).setStyle({
display: 'block'
});
<div id='lesson'>
</div>