This filter returns the easing script to use when a gallery is displayed with the Image Carousel template.
add_filter('maxgalleria_image_carousel_easing_script', 'image_carousel_easing_script', 10, 1); $easing_script
The easing script.
add_filter('maxgalleria_image_carousel_easing_script', 'image_carousel_easing_script', 10, 1);
function image_carousel_easing_script($easing_script) {
}
Defined in maxgalleria-image-carousel-hooks.php.
Used in maxgalleria-image-carousel-template.php.