JavaScript/jQuery Popover - animation
                        Type:
                    
                
                    Default Value: { show: { type: 'fade', from: 0, to: 1 }, hide: { type: 'fade', to: 0 } }
                
        Set this object to null or undefined to disable animation.
hide
An object that defines the animation options used when the widget is being hidden.
                        Type:
                    
                
                    Default Value: { type: 'fade', to: 0 }
                
        show
An object that defines the animation options used when the widget is being shown.
                        Type:
                    
                
                    Default Value: { type: 'fade', from: 0, to: 1 }
                
        Feedback