isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer'); $mobile = false; if ($detect->isMobile() || $detect->isTablet()) { $mobile = true; } else { $mobile = false; } ?> Animations

Animations

The below ZIP file contains codes and files related to a Animations (CSS, JS, HTML, etc.). You can add the Animation name and adjust durations and modify the animation the according to your requirement. I have only inserted a few animations as samples, but you can get more animations from the below mentioned (external) website and add them in your site. Do not add Animations for the Mobile versions. As it is not fully responsive yet. So, for now you need to disable it for the Mobile Versions. Please check the very bottom of the Source file inside the index.html file sample for that code.

You need to add the latest Jquery version in to script.js file and Animation (WOW) script in the same JS file. Add the animate.css codes inside the top section of the CSS file. (Below the Font file styles, Bootstrap and Font Awesome stytles.)