The ultimate style sheet
<link href='https://darkninja1.github.io/domcss/main.css' rel='stylesheet' type='text/css' >
<element class='popIn'>stuff</element>
[yourElement].classList.add("popIn");
or
[yourElement].style.animation = "popIn 2s linear"; // customizable
.popIn
.fadeIn
.slideIn
.flipInX
.flipInY
.flipInZ
.popOut
.fadeOut
.slideOut
.p-10 ~ 0-80
.px-10 ~ 0-80
.py-10 ~ 0-80
.pt-10 ~ 0-80
.pl-10 ~ 0-80
.pr-10 ~ 0-80
.pb-10 ~ 0-80
.m-10 ~ 0-80
.mx-10 ~ 0-80
.my-10 ~ 0-80
.mt-10 ~ 0-80
.ml-10 ~ 0-80
.mr-10 ~ 0-80
.mb-10 ~ 0-80
Updates will be coming later