Nick7420609
Posts: 0
Joined: Sun Mar 08, 2015 6:00 pm

Is it possible to show button with effect?

I'd like to show/hide button/component on event

Apperyio('button_name').show();

This works, but is it possible to apply effect, such as "slideup", "fade", etc?

Thanks

Nick7420609
Posts: 0
Joined: Sun Mar 08, 2015 6:00 pm

Is it possible to show button with effect?

Figured it out :

Apperyio('component_name').slideDown(500);

Easier than I thought :-)

Return to “Issues”