.fadeable { opacity: 0; margin-top: -30px; transition: margin-top 0.2s,opacity 0.2s; } .fadeable.visible { opacity: 1; margin-top: 0; }