does that filter work for masonry galleries too?
what value expresses very early animation?
???
function custom_alb_element_animation( $class_animation, array $atts, aviaShortcodeTemplate $sc, $shortcodename ){
if( $shortcodename == 'av_masonry_gallery' ){
return 'av-custom-animated-top-95';
}
return $class_animation;
}
add_filter( 'avf_alb_element_animation', 'custom_alb_element_animation', 10, 4 );