Files
medicalalert-web-reloaded/wp/wp-content/themes/thbusiness/js/thbusiness.flexslider.js
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +00:00

9 lines
222 B
JavaScript

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