Animation
configurationConfigures the opening and closing animations of the suggestion popup. Setting the animation option to false will disable the opening and closing animations. As a result the suggestion popup will open and close instantly.
animation:true is not a valid configuration.
animation
Boolean|Objectanimation.close
ObjectThe animation configuration for closing the suggestion popup. This object can contain properties such as effects and duration that define how the popup will close when it becomes hidden. The close animation is played when the user selects an item, clicks outside the widget, or when the popup is programmatically closed.
animation.open
ObjectThe animation played when the suggestion popup is opened.