tuesday.css is a pure css animation library, it can awesome css based entrance / exit animations on DOM element.
How to create entrance / exit animations using tueday.css?
1.Import tueday.css in your html page
<link rel="stylesheet" href="build/tuesday.css">
2.Add animated and tdFadeIn class attributes for html element
<h1 class="animated tdFadeIn">Tuesday.css</h1>