I fail to understand the title for demo "Call to a function that returns an animate() with a callback and executes before and after callbacks", using the following function:
function the_one_with_expr($data)
{
return
PheryResponse::factory('.test2')
->css(array('backgroundColor' => 'red', 'color' => '#fff'))
->html('<pre>'. strip_tags($data['new-onthefly-var']) . '</pre>')
->show()
->merge(thisone($data));
}
What does "an animate()" mean?