Skip to content

Demo "Call to a function that returns an animate() [...]" is unclear #40

@Chealer

Description

@Chealer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions