You are here

function animate_any_custom_add_more_callback in Animate Any 7

1 string reference to 'animate_any_custom_add_more_callback'
animate_any_settings in ./animate_any.module
Callback for animate_any_settings.

File

./animate_any.module, line 198
Add CSS3 cross-browser animation to any Drupal site.

Code

function animate_any_custom_add_more_callback($form, $form_state) {
  return $form['animate_fieldset'];
}