Files
medicalalert-web-reloaded/wp/wp-content/themes/child-theme/js/thbusiness.flexslider.js
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

9 lines
222 B
JavaScript

jQuery(window).load(function() {
jQuery('.flexslider').flexslider({
// animation: "slide",
// direction: "horizontal",
animationLoop: false,
// slideshowSpeed: 7000,
// animationSpeed: 600
});
});