0
115
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; }... Read more