File "attributes.php"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/gutenberg/src/components/controls/animation/attributes.php
File size: 381 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! function_exists( 'wd_get_animation_control_attrs' ) ) {
function wd_get_animation_control_attrs() {
return array(
'animation' => array(
'type' => 'string',
),
'animationDelay' => array(
'type' => 'string',
'default' => '100',
),
'animationDuration' => array(
'type' => 'string',
'default' => '',
),
);
}
}