Figured it out :
Apperyio('component_name').slideDown(500);
Easier than I thought
Figured it out :
Apperyio('component_name').slideDown(500);
Easier than I thought
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
Hi Yurii,
Thank you very much, this worked like a charm!
Egor, also I'd like to mention that the application is shared with support, in case you need to reproduce to see the results.
thanks
Hi Egor,
What is LSV?
I have a static data in the array "var service_selections = ['page1', 'page2', 'page3', 'page4'];
not sure what the mapping has to do, when using static data
Thanks Egor!