function animate_any_custom_remove_callback in Animate Any 7
1 string reference to 'animate_any_custom_remove_callback'
- animate_any_settings in ./
animate_any.module - Callback for animate_any_settings.
File
- ./
animate_any.module, line 186 - Add CSS3 cross-browser animation to any Drupal site.
Code
function animate_any_custom_remove_callback($form, &$form_state) {
return $form['animate_fieldset'];
}