How to fade in results of a search

You click the button and… BANG, the search results appear on the page. It could upset the more sensitive users.
Is there a way to fade in the Repeater in the same way you can with page transitions?

You can set the Repeater to hidden, and then when the contents are displayed (i.e. when. the onItemReady function is triggered) use show() with the fade option.

Great! I didn’t realise show() had a fade option.
Great help as usual - Thanks very much, Yisrael !