Page 1 of 1

Is it possible to show button with effect?

Posted: Tue Mar 31, 2015 4:40 am
by Nick7420609

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


Is it possible to show button with effect?

Posted: Tue Mar 31, 2015 5:04 am
by Nick7420609

Figured it out :

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

Easier than I thought :-)