Hi
please follow this given below step for removes the animation
from your site.
Step:-Open your theme package -> core-functions -> scripts folder -> open scripts.php and find there given below lines of code.
wp_enqueue_style(‘businesso-animate.min’, ASIATHEMES_TEMPLATE_DIR_URI.’/css/animate.min.css’);
wp_enqueue_style(‘businesso-animate.min’, ASIATHEMES_TEMPLATE_DIR_URI.’/css/animate.css’);
wp_enqueue_style(‘businesso-animations.min’, ASIATHEMES_TEMPLATE_DIR_URI.’/css/animations.min.css’);
wp_enqueue_style(‘businesso-animations’, ASIATHEMES_TEMPLATE_DIR_URI.’/css/animations.css’);
wp_enqueue_script(‘businesso-animations’,ASIATHEMES_TEMPLATE_DIR_URI.’/js/animations.js’);
wp_enqueue_script(‘businesso-animations.min’,ASIATHEMES_TEMPLATE_DIR_URI.’/js/animations.min.js’);
Please comments or remove these all given above lines of code from your scripts.php file.
Thanks
~Asia themes