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