Add simple animation to any elements using rmtheme

RMTheme has a simple feature to add an amination to any block. just need to use below CSS class.


.animate_top

.animate_bottom

.animate_left

.animate_right

.animate_fade_in

Also, we can customize a bit more by add custom css.

.animate_top {
top: -30px;
}

.animate_bottom {
bottom: -30px;
}

.animate_left {
left: -60px;
}

.animate_right {
right: -60px;
}