Hi!
I display the Ajax Search field as a block element, not hover position.
I want to display text beneath the display. When the user types in something Ajax Search immediately loads Live search results which is great. However, the text beneath the search field is being pushed down pretty choppy, not smooth at all. And when I remove the search term the live search is closed and the text gets pushed up again, really choppy again.
Is it possible to make the transition smoother so the text is being moved down like a nice transition instead of this immediate pushdown/pushup movement? Like a button that has a color change hover effect but no css “transition: 1s;” for example. With a transition the button color change is more smooth. I want the same for the text beneath the search field.
I hope you understand what I mean. Thank you for your help and efforts.