new Animator(document.getElementById('animated'), 0.2, 50).fadeIn()
new Animator(document.getElementById('animated'), 0.2, 50).process('mouseover', 'mouseout');