Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1494525

    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 );
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.