';
}
// Assign animation variables if set
if ( ! empty( $animate ) and $animate !== 'none' ) {
$animate_start = '
';
$animate_end = '
';
}
echo $animate_start;
echo '' . $content . $icon . '';
echo $animate_end;
//====================================================================
// Output custom styling if set
//====================================================================
if ( $color_custom == 'on' and ( ! empty( $color_text ) or ! empty( $color_text_hover ) or ! empty( $color_bg ) or ! empty( $color_bg_hover ) or ! empty( $border_radius ) ) ) {
echo '';
}